From 08b4403ec8d6b69528d161cfcad80b5d64dea76c Mon Sep 17 00:00:00 2001
From: Administrator <876263681@qq.com>
Date: 星期三, 02 七月 2025 15:12:43 +0800
Subject: [PATCH] #优化库位检索
---
src/main/java/com/zy/asrs/entity/Mat.java | 23 ++++++++++++-----------
1 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/Mat.java b/src/main/java/com/zy/asrs/entity/Mat.java
index 4b05b46..428d94c 100644
--- a/src/main/java/com/zy/asrs/entity/Mat.java
+++ b/src/main/java/com/zy/asrs/entity/Mat.java
@@ -49,7 +49,8 @@
/**
* 缂栧彿
*/
- @ExcelIgnore
+ // 瀵煎嚭鍊熺敤璇ュ瓧娈靛瓨鎵�灞炲綊绫讳腑鏂囨弿杩�
+ @ExcelProperty(value = "褰掔被鍚嶇О")
@ApiModelProperty(value= "缂栧彿")
private String uuid;
@@ -62,18 +63,18 @@
private Long tagId;
/**
- * 鍟嗗搧缂栧彿
+ * 鍝佸彿
*/
- @ApiModelProperty(value= "鍟嗗搧缂栧彿")
- @ExcelProperty(value = "鍟嗗搧缂栫爜")
+ @ApiModelProperty(value= "鍝佸彿")
+ @ExcelProperty(value = "鍝佸彿")
private String matnr;
/**
- * 鍟嗗搧鍚嶇О
+ * 鍝佸悕
*/
- @ApiModelProperty(value= "鍟嗗搧鍚嶇О")
- @ExcelProperty(value = "鍟嗗搧鍚嶇О")
+ @ApiModelProperty(value= "鍝佸悕")
+ @ExcelProperty(value = "鍝佸悕")
private String maktx;
/**
@@ -109,14 +110,14 @@
*/
@ApiModelProperty(value= "绫诲瀷")
// @ApiModelProperty(value= "鍝佺墝")
- @ExcelIgnore
+ @ExcelProperty(value = "绫诲瀷")
private String brand;
/**
* 鍗曚綅
*/
@ApiModelProperty(value= "鍗曚綅")
- @ExcelIgnore
+ @ExcelProperty(value = "鍗曚綅")
private String unit;
/**
@@ -366,8 +367,8 @@
// Mat mat = new Mat(
// null, // 缂栧彿
// null, // 鎵�灞炲綊绫�
-// null, // 鍟嗗搧缂栧彿
-// null, // 鍟嗗搧鍚嶇О
+// null, // 鍝佸彿
+// null, // 鍝佸悕
// null, // 鍒悕
// null, // 瑙勬牸
// null, // 鍨嬪彿
--
Gitblit v1.9.1