From 1d117ad4103d739f82202755516df27ecd9223a1 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期六, 13 九月 2025 12:58:18 +0800
Subject: [PATCH] 1
---
src/main/java/com/zy/asrs/entity/Mat.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/Mat.java b/src/main/java/com/zy/asrs/entity/Mat.java
index edeaf84..d06aea8 100644
--- a/src/main/java/com/zy/asrs/entity/Mat.java
+++ b/src/main/java/com/zy/asrs/entity/Mat.java
@@ -57,10 +57,10 @@
private Long tagId;
/**
- * 鍟嗗搧缂栧彿
+ * 瑙勬牸
*/
- @ApiModelProperty(value= "鍟嗗搧缂栧彿")
- @ExcelProperty(value = "鍟嗗搧缂栫爜")
+ @ApiModelProperty(value= "瑙勬牸")
+ @ExcelProperty(value = "瑙勬牸")
private String matnr;
@@ -352,7 +352,7 @@
// Mat mat = new Mat(
// null, // 缂栧彿
// null, // 鎵�灞炲綊绫�
-// null, // 鍟嗗搧缂栧彿
+// null, // 瑙勬牸
// null, // 鍟嗗搧鍚嶇О
// null, // 鍒悕
// null, // 瑙勬牸
--
Gitblit v1.9.1