xiaoyong931011
2023-09-14 eeccae86c34ed71a3ebb3d59900def3f2c1f6fe5
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;
}