From ef19ce2bc384c00b590ebdbd4e8c14ebfa9f0188 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期四, 24 十月 2024 14:49:14 +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