mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
update 会员累计充值金额
This commit is contained in:
@@ -34,7 +34,7 @@ public class MemberWalletVO {
|
||||
private String merchantName;
|
||||
|
||||
/**
|
||||
* 本金金额
|
||||
* 本金余额
|
||||
*/
|
||||
private BigDecimal principalBalance;
|
||||
|
||||
@@ -43,6 +43,11 @@ public class MemberWalletVO {
|
||||
*/
|
||||
private BigDecimal giftBalance;
|
||||
|
||||
/**
|
||||
* 总余额
|
||||
*/
|
||||
private BigDecimal totalBalance;
|
||||
|
||||
/**
|
||||
* 累计本金充值
|
||||
*/
|
||||
@@ -59,7 +64,7 @@ public class MemberWalletVO {
|
||||
private BigDecimal totalRechargeAmount;
|
||||
|
||||
/**
|
||||
* 累计消费
|
||||
* 累计消费 = 总充值金额 - 本金余额 - 赠送金余额
|
||||
*/
|
||||
private BigDecimal accumulatedConsumptionAmount;
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@ public class MemberWalletInfoVO {
|
||||
/**
|
||||
* 累计消费
|
||||
*/
|
||||
private BigDecimal accumulatedConsumptionAmount;
|
||||
// private BigDecimal accumulatedConsumptionAmount;
|
||||
|
||||
/**
|
||||
* 总充值金额
|
||||
|
||||
Reference in New Issue
Block a user