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