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