From 17533e5e1044e3d157c916ecb360f3e46923ed6d Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期二, 05 八月 2025 09:45:49 +0800 Subject: [PATCH] 1 --- src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java | 34 +++++++++++++++++++++------------- 1 files changed, 21 insertions(+), 13 deletions(-) diff --git a/src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java b/src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java index f37c53a..499d1b8 100644 --- a/src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java +++ b/src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java @@ -16,30 +16,38 @@ @ExcelProperty(value = "鍗曟嵁缂栧彿", index = 0) private String column1; - @ExcelProperty(value = "鐗╂枡缂栧彿", index = 1) + @ExcelProperty(value = "瑙勬牸", index = 3) private String column2; - @ExcelProperty(value = "鐗╂枡鍚嶇О", index = 2) + + @ExcelProperty(value = "鎵规鍙�", index = 6) private String column3; - @ExcelProperty(value = "瑙勬牸", index = 3) - private String column4; + + @ExcelProperty(value = "鍑哄簱鏁伴噺", index = 8) + private Double column4; + + + @ExcelProperty(value = "鐗╂枡缂栧彿", index = 1) + private String column5; + + + @ExcelProperty(value = "鐗╂枡鍚嶇О", index = 2) + private String column6; + + @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) + @ExcelProperty(value = "鍝佺骇", index = 5) private String column8; - @ExcelProperty(value = "鍑哄簱鏁伴噺", index = 8) - private Double column9; + + @ExcelProperty(value = "鍗峰彿", index = 7) + private String column9; + @ExcelProperty(value = "鍑哄簱鏃ユ湡", index = 9) private String column10; -- Gitblit v1.9.1