From 08b4403ec8d6b69528d161cfcad80b5d64dea76c Mon Sep 17 00:00:00 2001 From: Administrator <876263681@qq.com> Date: 星期三, 02 七月 2025 15:12:43 +0800 Subject: [PATCH] #优化库位检索 --- src/main/java/com/zy/asrs/entity/ManLocDetl.java | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/ManLocDetl.java b/src/main/java/com/zy/asrs/entity/ManLocDetl.java index 62ab257..c98d1bb 100644 --- a/src/main/java/com/zy/asrs/entity/ManLocDetl.java +++ b/src/main/java/com/zy/asrs/entity/ManLocDetl.java @@ -61,18 +61,18 @@ private Double anfme; /** - * 鍟嗗搧缂栧彿 + * 鍝佸彿 */ - @ApiModelProperty(value= "鍟嗗搧缂栧彿") + @ApiModelProperty(value= "鍝佸彿") @TableId(value = "matnr", type = IdType.INPUT) - @ExcelProperty(value = "鍟嗗搧缂栧彿") + @ExcelProperty(value = "鍝佸彿") private String matnr; /** - * 鍟嗗搧鍚嶇О + * 鍝佸悕 */ - @ApiModelProperty(value= "鍟嗗搧鍚嶇О") - @ExcelProperty(value = "鍟嗗搧鍚嶇О") + @ApiModelProperty(value= "鍝佸悕") + @ExcelProperty(value = "鍝佸悕") private String maktx; /** @@ -235,8 +235,8 @@ // null, // 鎵�灞炶揣浣� // null, // 鎵樼洏鐮� // null, // 搴撳瓨浣欓噺[闈炵┖] -// null, // 鍟嗗搧缂栧彿[闈炵┖] -// null, // 鍟嗗搧鍚嶇О +// null, // 鍝佸彿[闈炵┖] +// null, // 鍝佸悕 // null, // 鍚嶇О // null, // 瑙勬牸 // null, // 鍨嬪彿 @@ -323,4 +323,6 @@ return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.modiTime); } + + } -- Gitblit v1.9.1