From ad9e95343ccec55d45d73d9e814b7c68ac38e9ca Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期二, 05 八月 2025 10:55:11 +0800
Subject: [PATCH] 1

---
 src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java |   37 ++++++++++++++++++++++++++++++++-----
 1 files changed, 32 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java b/src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java
index 61d986e..61043ec 100644
--- a/src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java
+++ b/src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java
@@ -11,18 +11,45 @@
 @Data
 public class ImportReviewDto {
 
-    @ExcelProperty(value = "鍖呰缁勫彿/婧愬簱浣�",index = 0)
+    private Long orderId;
+
+    @ExcelProperty(value = "鍗曟嵁缂栧彿", index = 0)
     private String column1;
 
-    @ExcelProperty(value = "鍑哄簱鍗曞彿/鍗曟嵁绫诲瀷/瀹㈡埛鍚嶇О/澶囨敞/鐩爣搴撲綅",index = 1)
+    @ExcelProperty(value = "瑙勬牸", index = 1)
     private String column2;
 
-    @ExcelProperty(value = "鐩爣宸烽亾/瀹㈡埛鍚嶇О",index = 2)
+
+    @ExcelProperty(value = "鎵规鍙�", index = 2)
     private String column3;
 
-    @ExcelProperty(value = "澶囨敞",index = 3)
-    private String column4;
+
+    @ExcelProperty(value = "鍑哄簱鏁伴噺", index = 3)
+    private Double column4;
 
 
+    @ExcelProperty(value = "鐗╂枡缂栧彿", index = 4)
+    private String column5;
+
+
+    @ExcelProperty(value = "鐗╂枡鍚嶇О", index = 5)
+    private String column6;
+
+
+
+
+    @ExcelProperty(value = "鍗曚綅", index = 6)
+    private String column7;
+
+    @ExcelProperty(value = "鍝佺骇", index = 7)
+    private String column8;
+
+
+    @ExcelProperty(value = "鍗峰彿", index = 8)
+    private String column9;
+
+
+    @ExcelProperty(value = "鍑哄簱鏃ユ湡", index = 9)
+    private String column10;
 
 }

--
Gitblit v1.9.1