src/main/java/cc/mrbird/febs/dapp/entity/DappSystemProfit.java
@@ -15,8 +15,8 @@ private BigDecimal amount; //1:入列 2:出列 private Integer state; public DappSystemProfit() {} public static final int STATE_IN = 1; public static final int STATE_OUT = 2; public DappSystemProfit(Long memberId, BigDecimal amount) { this.memberId = memberId;