From b89e1a83acebe751596369457cedabf3a1236dd8 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期五, 12 七月 2024 16:36:12 +0800 Subject: [PATCH] 与gwcs相关接口交互 --- 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