xiaoyong931011
2023-06-07 5a84af23dd391b6d7a5f08eec3fc2b0acfd45057
src/main/java/cc/mrbird/febs/dapp/entity/DappFundFlowEntity.java
@@ -71,6 +71,17 @@
        this.systemProfitId = systemProfitId;
    }
    public DappFundFlowEntity(Long memberId, BigDecimal amount, Integer type, Integer status, BigDecimal fee, String fromHash,String toHash,Long systemProfitId) {
        this.memberId = memberId;
        this.amount = amount;
        this.type = type;
        this.status = status;
        this.fee = fee;
        this.fromHash = fromHash;
        this.toHash = toHash;
        this.systemProfitId = systemProfitId;
    }
    private Long memberId;
    private BigDecimal amount;