src/main/java/cc/mrbird/febs/mall/vo/AdminChatUserPerkVo.java
@@ -43,6 +43,10 @@ * 是否是机器人 0:否 1:是 */ private Integer isRobot; /** * 是否中雷 1:是 0:否 */ private Integer getBoom; /** * 发红包个数 @@ -56,4 +60,16 @@ * 剩余未领取的总额 */ private BigDecimal redBagAvaAmount; /** * 领取红包金额 */ private BigDecimal getRedbagAmount; /** * 用户中雷 */ private BigDecimal boomToAmount; /** * 等级收益 */ private BigDecimal teamPerkAmount; }