update 获取累计充值金额

This commit is contained in:
2024-03-04 16:34:55 +08:00
parent b88fdb0467
commit 7c6b7eab72
5 changed files with 60 additions and 8 deletions

View File

@@ -28,6 +28,11 @@ public class MemberWalletInfoVO {
*/
private BigDecimal accumulatedRechargeAmount;
/**
* 累计赠送金额
*/
private BigDecimal accumulatedRechargeGift;
/**
* 累计消费
*/