xiaoyong931011
2022-11-30 03f330eaed9ae6666e6fbe72b12d0ce279bf56e6
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;