From 98b1835a279fd8c9ed2a21fae3501f24c470c39b Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期四, 09 十一月 2023 09:37:36 +0800
Subject: [PATCH] 修复权限无法修改bug 组托时检测料箱码是否存在库存中

---
 src/main/java/com/zy/asrs/entity/LocMast.java |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/LocMast.java b/src/main/java/com/zy/asrs/entity/LocMast.java
index 23d8301..4648d05 100644
--- a/src/main/java/com/zy/asrs/entity/LocMast.java
+++ b/src/main/java/com/zy/asrs/entity/LocMast.java
@@ -98,7 +98,7 @@
     @TableField("loc_type2")
     private Short locType2;
 
-    @ApiModelProperty(value= "杞婚噸绫诲瀷{0:鏈煡,1:杞诲簱浣�,2:閲嶅簱浣峿")
+    @ApiModelProperty(value= "搴撲綅绫诲瀷{1:娣锋斁,2:鍗曞搧}")
     @TableField("loc_type3")
     private Short locType3;
 
@@ -176,6 +176,13 @@
     @TableField("ctn_no")
     private String ctnNo;
 
+    @ApiModelProperty(value= "")
+    @TableField("qr_code_value")
+    private String qrCodeValue;
+
+    @ApiModelProperty(value= "")
+    private String status;
+
 
     public String getWhsType$(){
         BasWhsService service = SpringUtils.getBean(BasWhsService.class);

--
Gitblit v1.9.1