xiaoyong931011
2023-09-01 069528ae7872ba9fd9e2604715292b7b9c6dd7a3
src/main/java/cc/mrbird/febs/dapp/entity/DappMemberEntity.java
@@ -140,4 +140,8 @@
    @TableField(exist = false)
    private BigDecimal myTeamAchieve;
    @ApiModelProperty(value = "累计提现")
    @TableField(exist = false)
    private BigDecimal withdrawAmount;
}