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