This commit is contained in:
2024-03-08 08:59:10 +08:00
parent 87ab563df3
commit 2ff660d38c
3 changed files with 24 additions and 8 deletions

View File

@@ -23,6 +23,16 @@ public class MemberWalletInfoVO {
*/
private BigDecimal currentBalance;
/**
* 本金金额
*/
private BigDecimal principalBalance;
/**
* 赠送金余额
*/
private BigDecimal giftBalance;
/**
* 累计充值
*/