From 5d3b86a4d0032836c782e5e1319179eced5e5647 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 23 一月 2026 17:35:24 +0800
Subject: [PATCH] 经销商管理
---
server/dmmall_service/src/main/java/com/doumee/dao/business/model/GoodsorderExport.java | 57 +++++++++++++++++++++++++++++++++------------------------
1 files changed, 33 insertions(+), 24 deletions(-)
diff --git a/server/dmmall_service/src/main/java/com/doumee/dao/business/model/GoodsorderExport.java b/server/dmmall_service/src/main/java/com/doumee/dao/business/model/GoodsorderExport.java
index 6e62904..f08a3a1 100644
--- a/server/dmmall_service/src/main/java/com/doumee/dao/business/model/GoodsorderExport.java
+++ b/server/dmmall_service/src/main/java/com/doumee/dao/business/model/GoodsorderExport.java
@@ -23,30 +23,39 @@
public class GoodsorderExport {
- private Integer id;
-
- @ExcelColumn(name="鍟嗗搧鍚嶇О" ,index =1 )
- private String goodsName;
- @ExcelColumn(name="瑙勬牸" ,index =2 )
- private String skuName;
- @ExcelColumn(name="浠锋牸" ,index =3 )
- private String price;
- @ExcelColumn(name="骞冲彴澶囨敞" ,index =4 )
- private String sysInfo;
- @ExcelColumn(name="鐢ㄦ埛澶囨敞" ,index =5 )
- private String memberInfo;
- @ExcelColumn(name="鑱旂郴浜�" ,index =6 )
- private String linkeName;
- @ExcelColumn(name="鑱旂郴鐢佃瘽" ,index =7 )
- private String linkePhone;
- @ExcelColumn(name="鑱旂郴鍦板潃" ,index =8 )
+ @ExcelColumn(name="璁㈠崟缂栧彿" ,index =1,width = 10)
+ private Long code;
+ @ExcelColumn(name="鍟嗗搧鎬绘暟閲�" ,index =2 ,width = 8)
+ private Integer totalNum;
+ @ExcelColumn(name="璁㈠崟鎬讳环锛堝厓锛�" ,index =3 ,width = 8)
+ private BigDecimal totalPrice;
+ @ExcelColumn(name="绉垎鎶垫墸锛堝厓锛�" ,index =4 ,width =8)
+ private BigDecimal integralPrice;
+ @ExcelColumn(name="浼樻儬鍒镐紭鎯狅紙鍏冿級" ,index =5 ,width = 8)
+ private BigDecimal couponPrice;
+ @ExcelColumn(name="杩愯垂锛堝厓锛�" ,index =6 ,width = 8)
+ private BigDecimal mailPrice;
+ @ExcelColumn(name="瀹炰粯浠锋牸锛堝厓锛�" ,index =7 ,width = 8)
+ private BigDecimal price;
+ @ExcelColumn(name="鎵�灞炵粡閿�鍟�" ,index =8 ,width = 10)
+ private String shopName;
+ @ExcelColumn(name="缁忛攢鍟嗙粨绠楋紙鍏冿級" ,index =9 ,width = 8)
+ private BigDecimal shopSettlement;
+ @ExcelColumn(name="閰嶉�佹柟寮�" ,index =10,width = 10 ,valueMapping = "0=蹇�掗厤閫�;1=闂ㄥ簵鑷彁")
+ private Integer receiveType;
+ @ExcelColumn(name="鏀惰揣浜哄鍚�" ,index =11 ,width = 10)
+ private String linkname;
+ @ExcelColumn(name="鏀惰揣浜虹數璇�" ,index =12 ,width = 10)
+ private String linkphone;
+ @ExcelColumn(name="鏀惰揣鍦板潃" ,index =13,width = 18 )
private String addr;
- @ExcelColumn(name="璁㈠崟浠锋牸" ,index =9 )
- private String allprice;
- @ExcelColumn(name="鐘舵��" ,index =10 )
- private String status;
-
-
-
+ @ExcelColumn(name="蹇�掍俊鎭�" ,index =14,width = 10 )
+ private String kdInfo;
+ @ExcelColumn(name="鐘舵��" ,index =15,width = 6,valueMapping = "0=寰呮敮浠�;1=寰呭彂璐�/寰呰嚜鎻�;2=寰呮敹璐�;3=浜ゆ槗瀹屾垚;4=宸插彇娑�;5=閮ㄥ垎鍙戣揣;6=宸查��娆�")
+ private Integer status;
+ @ExcelColumn(name="璁㈠崟鏃堕棿" ,index =16,dateFormat = "yyyy-MM-dd HH:mm:ss",width = 10)
+ private Date createDate;
+ @ExcelColumn(name="鍟嗗搧鍚嶇О/閲嶉噺(鍗曚环*鏁伴噺)" ,index =17 ,width = 60)
+ private String goodsName;
}
--
Gitblit v1.9.3