2.新增钱包-用户充值:可用余额和不可用余额 form:shaoyingxin

This commit is contained in:
Administrator 2026-07-02 14:55:29 +08:00
parent b3eff758bf
commit 61dee0a733
3 changed files with 6 additions and 6 deletions

View File

@ -111,12 +111,12 @@ public class SysUser extends TenantEntity {
private String openId;
/**
* 余额
* 可用余额单位
*/
private BigDecimal balance;
/**
* 冻结资金
* 不可用余额/冻结资金单位
*/
private BigDecimal freeze;

View File

@ -111,12 +111,12 @@ public class SysUserBo extends BaseEntity {
private String excludeUserIds;
/**
* 余额
* 可用余额单位
*/
private BigDecimal balance;
/**
* 冻结资金
* 不可用余额/冻结资金单位
*/
private BigDecimal freeze;

View File

@ -143,12 +143,12 @@ public class SysUserVo implements Serializable {
private String openId;
/**
* 余额
* 可用余额单位
*/
private BigDecimal balance;
/**
* 冻结资金
* 不可用余额/冻结资金单位
*/
private BigDecimal freeze;