From fd1bfa1163d438ec6cabfdd6e01e632d31189c80 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期五, 12 五月 2023 12:34:10 +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 1ce8414..f81ea9c 100644 --- a/src/main/java/com/zy/asrs/entity/Mat.java +++ b/src/main/java/com/zy/asrs/entity/Mat.java @@ -56,10 +56,10 @@ private Long tagId; /** - * 鍗曟嵁鍙� + * 鐗╂枡鍙� */ - @ApiModelProperty(value= "鍗曟嵁鍙�") - @ExcelProperty(value = "鍗曟嵁鍙�") + @ApiModelProperty(value= "鐗╂枡鍙�") + @ExcelProperty(value = "鐗╂枡鍙�") private String matnr; @@ -351,7 +351,7 @@ // Mat mat = new Mat( // null, // 缂栧彿 // null, // 鎵�灞炲綊绫� -// null, // 鍗曟嵁鍙� +// null, // 鐗╂枡鍙� // null, // 鐗╂枡鍙� // null, // 绉诲姩绫诲瀷 // null, // 瑙勬牸 -- Gitblit v1.9.1