src/main/java/cc/mrbird/febs/dapp/entity/DappMemberEntity.java
@@ -58,13 +58,22 @@ * 账号类型 admin normal */ private String accountType; //出局总额度 /** * 存储people的时候增加 * 受到任何收益的时候减少 * 小于等于0时,用户的激活状态【activeStatus】改成未激活,得不到任何奖励 */ private BigDecimal usdtBalance; /** * 激活状态 1-已激活 2-未激活 */ private Integer activeStatus; /** * 会员层级 */ private Integer level; //是否购买节点 0 - 否 1 - 是 private Integer buyNode;