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