From 7a3227174bde55918aef6f411489d0dd24c3b129 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期六, 21 十二月 2024 14:09:46 +0800 Subject: [PATCH] 工作历史档可搜索返修品 --- 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