KKSU
2024-05-11 15fdce679c6ccf46b3283cc0523670f8dff7d13f
src/main/java/cc/mrbird/febs/dapp/entity/DappMemberEntity.java
@@ -123,4 +123,25 @@
    @TableField(exist = false)
    private BigDecimal memberNodeSumPrice;
    @ApiModelProperty(value = "币余额")
    @TableField(exist = false)
    private BigDecimal coinAmount;
    @ApiModelProperty(value = "赠送积分余额")
    @TableField(exist = false)
    private BigDecimal scoreAmount;
    @ApiModelProperty(value = "我的共享业绩")
    @TableField(exist = false)
    private BigDecimal myShareAchieve;
    @ApiModelProperty(value = "我的团队业绩")
    @TableField(exist = false)
    private BigDecimal myTeamAchieve;
    @ApiModelProperty(value = "累计提现")
    @TableField(exist = false)
    private BigDecimal withdrawAmount;
}