xiaoyong931011
2023-08-11 86c9e2f51f0b8b0fb1a6ee4b6d6a703878ad53e8
src/main/java/cc/mrbird/febs/dapp/entity/DappFundFlowEntity.java
@@ -73,6 +73,15 @@
        this.systemProfitId = systemProfitId;
    }
    public DappFundFlowEntity(Long memberId, BigDecimal amount, Integer type, Integer status, BigDecimal fee, Long systemProfitId) {
        this.memberId = memberId;
        this.amount = amount;
        this.type = type;
        this.status = status;
        this.fee = fee;
        this.systemProfitId = systemProfitId;
    }
    private Long memberId;
    private BigDecimal amount;