src/main/java/cc/mrbird/febs/dapp/entity/DappMemberEntity.java
@@ -62,7 +62,6 @@ private String accountType; private BigDecimal usdtBalance; /** * 激活状态 1-已激活 2-未激活 */ @@ -77,4 +76,9 @@ * 1-是 2-否 */ private Integer makerType; @TableField(exist = false) private String refererAddress; @TableField(exist = false) private BigDecimal zhiYaAmount; }