新增已提现金额字段
This commit is contained in:
@@ -123,6 +123,9 @@ public class User implements UserDetails {
|
||||
@ApiModelProperty("用户可用余额")
|
||||
private BigDecimal balance;
|
||||
|
||||
@ApiModelProperty("已提现金额")
|
||||
private BigDecimal cashedMoney;
|
||||
|
||||
@ApiModelProperty("用户可用积分")
|
||||
private Integer points;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user