From 16d2bf2937c57f5ebfa80e46a493b98ada061b85 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 29 七月 2024 10:39:15 +0800
Subject: [PATCH] 修改订单结算面积取消时方法以及客户报表导出的其他金额

---
 north-glass-erp/src/main/java/com/example/erp/dto/sd/CustomerDTO.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/dto/sd/CustomerDTO.java b/north-glass-erp/src/main/java/com/example/erp/dto/sd/CustomerDTO.java
index 59d65b5..8ca3ccd 100644
--- a/north-glass-erp/src/main/java/com/example/erp/dto/sd/CustomerDTO.java
+++ b/north-glass-erp/src/main/java/com/example/erp/dto/sd/CustomerDTO.java
@@ -15,11 +15,11 @@
     @ExcelProperty("鍙戣揣鍗曞彿")
     private String deliveryId;
     @ExcelProperty("閿�鍞崟鍙�")
-    private String productName;
-    @ExcelProperty("椤圭洰鍚嶇О")
     private String orderId;
-    @ExcelProperty("浜у搧")
+    @ExcelProperty("椤圭洰鍚嶇О")
     private String project;
+    @ExcelProperty("浜у搧")
+    private String productName;
     @ExcelProperty("鏁伴噺")
     private Integer quantity;
     @ExcelProperty("闈㈢Н")

--
Gitblit v1.8.0