KKSU
2024-07-07 c881dcbb782d209f43b9a2878de613e0124e0421
src/main/java/cc/mrbird/febs/dapp/entity/DappFundFlowEntity.java
@@ -50,6 +50,14 @@
     *
     *  13-节点买入
     *  14-节点返利
     *  15-见点奖
     *  16-复投
     *  17-收益
     *  18-买入
     *  19-手续费充值
     *  20-手续费扣除
     *  21-提现
     *  22-提现失败
     */
    private Integer type;
@@ -61,6 +69,9 @@
    @TableField(exist = false)
    private String address;
    @TableField(exist = false)
    private BigDecimal amountReal;
    private BigDecimal fee;
    private String toHash;