From e62569856fdfb0c7c31ee88cf96628af08eabf85 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 03 十一月 2025 12:34:15 +0800
Subject: [PATCH] 标准wms2.0

---
 src/main/java/com/zy/common/model/LocDto.java |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/zy/common/model/LocDto.java b/src/main/java/com/zy/common/model/LocDto.java
index 3fb9234..f4196b1 100644
--- a/src/main/java/com/zy/common/model/LocDto.java
+++ b/src/main/java/com/zy/common/model/LocDto.java
@@ -1,7 +1,6 @@
 package com.zy.common.model;
 
 import com.core.common.Cools;
-import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 
 import java.util.List;
@@ -19,6 +18,14 @@
     private String maktx;
 
     private String batch;
+    private String brand = "";
+    private String standby1 = "";
+    private String standby2 = "";
+    private String standby3 = "";
+
+    private String boxType1 = "1";
+    private String boxType2 = "1";
+    private String boxType3 = "1";
 
     private String orderNo;
 
@@ -78,8 +85,10 @@
     }
 
     public String getFrozen$() {
-        if (null == this.frozen){ return null; }
-        switch (this.frozen){
+        if (null == this.frozen) {
+            return null;
+        }
+        switch (this.frozen) {
             case 0:
                 return "姝e父";
             case 1:
@@ -90,8 +99,10 @@
     }
 
     public String getFrozenLoc$() {
-        if (null == this.frozenLoc){ return null; }
-        switch (this.frozenLoc){
+        if (null == this.frozenLoc) {
+            return null;
+        }
+        switch (this.frozenLoc) {
             case 0:
                 return "姝e父";
             case 1:

--
Gitblit v1.9.1