src/main/java/cc/mrbird/febs/dapp/entity/DappMemberEntity.java
@@ -62,6 +62,8 @@ private String accountType; private BigDecimal usdtBalance; @TableField(exist = false) private BigDecimal zhiYaAmount; /** * 激活状态 1-已激活 2-未激活 @@ -72,4 +74,9 @@ * 滑点分享链 */ private String feeProfitIds; /** * 1-是 2-否 */ private Integer makerType; }