From b05fea19990632b2ec6320cbfaab2bddc87006c0 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 22 一月 2026 21:17:36 +0800
Subject: [PATCH] 经销商管理

---
 server/dmmall_service/src/main/java/com/doumee/dao/business/model/GoodsorderDetail.java |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/server/dmmall_service/src/main/java/com/doumee/dao/business/model/GoodsorderDetail.java b/server/dmmall_service/src/main/java/com/doumee/dao/business/model/GoodsorderDetail.java
index 172f0a2..cc066a4 100644
--- a/server/dmmall_service/src/main/java/com/doumee/dao/business/model/GoodsorderDetail.java
+++ b/server/dmmall_service/src/main/java/com/doumee/dao/business/model/GoodsorderDetail.java
@@ -84,15 +84,28 @@
 
 
 
-
-
     @ApiModelProperty(value = "鍟嗗搧鏁伴噺", example = "1")
     @ExcelColumn(name="鍟嗗搧鏁伴噺")
     private Integer goodsNum;
 
+    @ApiModelProperty(value = "鍟嗗搧閲嶉噺", example = "1")
+    @ExcelColumn(name="鍟嗗搧閲嶉噺")
+    private BigDecimal goodsWeight;
+
+    @ApiModelProperty(value = "浼樻儬鍒告姷鎵i噾棰�", example = "1")
+    private BigDecimal couponDeduct;
+
+    @ApiModelProperty(value = "绉垎鎶垫墸閲戦", example = "1")
+    private BigDecimal integralDeduct;
+
+    @ApiModelProperty(value = "缁忛攢鍟嗙粨绠楅噾棰�", example = "1")
+    private BigDecimal shopSettlement;
+
+
     @ApiModelProperty(value = "鍟嗗搧鏍囩鍚嶇О")
     @TableField(exist = false)
     private String lablesName;
+
 
 
     @ApiModelProperty(value = "鍟嗗搧涓诲浘")
@@ -107,5 +120,11 @@
     @ApiModelProperty(value = "鐖剁被鍚嶇О")
     @TableField(exist = false)
     private String parentName;
+    @ApiModelProperty(value = "缁熻閲�")
+    @TableField(exist = false)
+    private BigDecimal totalNum;
+    @ApiModelProperty(value = "灏忚")
+    @TableField(exist = false)
+    private BigDecimal totalPrice;
 
 }

--
Gitblit v1.9.3