src/main/java/cc/mrbird/febs/dapp/entity/DappMemberEntity.java
@@ -39,6 +39,8 @@ private Integer withdrawAble; private String inviteId; private String inviteRight; private String inviteLeft; private String refererId; @@ -54,7 +56,7 @@ private String chainType; /** * 是否是超级节点 1-是 2-否 * 推广标识 1-左 2-右 */ private Integer nodeType; @@ -62,8 +64,12 @@ * 账号类型 admin normal */ private String accountType; //小区业绩 private BigDecimal usdtBalance; //左边区域业绩 private BigDecimal leftAchieve; //右边区域业绩 private BigDecimal rightAchieve; /** * 激活状态 1-已激活 2-未激活