新增会员 以及 订单支付统计

This commit is contained in:
2025-04-25 10:00:09 +08:00
parent d525b078bc
commit 91159b07c3
3 changed files with 30 additions and 5 deletions

View File

@@ -113,6 +113,26 @@ public class ShopOrderStatistic implements Serializable {
*/
private BigDecimal scanPayAmount = BigDecimal.ZERO;
/**
* 被扫支付笔数
*/
private Long backScanPayCount = 0L;
/**
* 被扫支付金额
*/
private BigDecimal backScanPayAmount = BigDecimal.ZERO;
/**
* 被扫支付笔数
*/
private Long h5PayCount = 0L;
/**
* 被扫支付金额
*/
private BigDecimal h5PayAmount = BigDecimal.ZERO;
/**
* 现金支付笔数
*/