From b5fcb4b14b0374183af37b1868c960b041dd23bf Mon Sep 17 00:00:00 2001
From: Administrator <335182714>
Date: 星期二, 04 十一月 2025 11:04:53 +0800
Subject: [PATCH] 空托出库默认优先级14
---
src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java b/src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java
index 499d1b8..61043ec 100644
--- a/src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java
+++ b/src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java
@@ -16,36 +16,36 @@
@ExcelProperty(value = "鍗曟嵁缂栧彿", index = 0)
private String column1;
- @ExcelProperty(value = "瑙勬牸", index = 3)
+ @ExcelProperty(value = "瑙勬牸", index = 1)
private String column2;
- @ExcelProperty(value = "鎵规鍙�", index = 6)
+ @ExcelProperty(value = "鎵规鍙�", index = 2)
private String column3;
- @ExcelProperty(value = "鍑哄簱鏁伴噺", index = 8)
+ @ExcelProperty(value = "鍑哄簱鏁伴噺", index = 3)
private Double column4;
- @ExcelProperty(value = "鐗╂枡缂栧彿", index = 1)
+ @ExcelProperty(value = "鐗╂枡缂栧彿", index = 4)
private String column5;
- @ExcelProperty(value = "鐗╂枡鍚嶇О", index = 2)
+ @ExcelProperty(value = "鐗╂枡鍚嶇О", index = 5)
private String column6;
- @ExcelProperty(value = "鍗曚綅", index = 4)
+ @ExcelProperty(value = "鍗曚綅", index = 6)
private String column7;
- @ExcelProperty(value = "鍝佺骇", index = 5)
+ @ExcelProperty(value = "鍝佺骇", index = 7)
private String column8;
- @ExcelProperty(value = "鍗峰彿", index = 7)
+ @ExcelProperty(value = "鍗峰彿", index = 8)
private String column9;
--
Gitblit v1.9.1