From 4c8535b9f263a3b398832b7a588abbdd5ebe38f4 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 29 六月 2026 13:51:50 +0800
Subject: [PATCH] 功能开发

---
 server/services/src/main/java/com/doumee/dao/business/vo/GoodsorderTotalDataVO.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/server/services/src/main/java/com/doumee/dao/business/vo/GoodsorderTotalDataVO.java b/server/services/src/main/java/com/doumee/dao/business/vo/GoodsorderTotalDataVO.java
index e432c59..8f8cf97 100644
--- a/server/services/src/main/java/com/doumee/dao/business/vo/GoodsorderTotalDataVO.java
+++ b/server/services/src/main/java/com/doumee/dao/business/vo/GoodsorderTotalDataVO.java
@@ -19,8 +19,12 @@
 
     @ApiModelProperty(value = "鏀粯鎶奸噾",example = "0")
     private BigDecimal payMoney;
+    @ApiModelProperty(value = "濂楅鍗℃敹鍏�",example = "0")
+    private BigDecimal discountMoney;
     @ApiModelProperty(value = "鏀粯浜ゆ槗绗旀暟",example = "0")
     private int payNum;
+    @ApiModelProperty(value = "濂楅鍗′氦鏄撶瑪鏁�",example = "0")
+    private int discountNum;
 
     @ApiModelProperty(value = "閫�娆�",example = "0")
     private BigDecimal refundMoney;

--
Gitblit v1.9.3