From e93f13a9296affa2cd7a5b7c667aa5e5a4f5fde6 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期六, 25 四月 2026 10:33:24 +0800
Subject: [PATCH] 订单出库可指定部分出库

---
 src/main/java/com/zy/common/model/LocDto.java |   25 ++++++++++++++++++++-----
 1 files changed, 20 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..c6fb92d 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;
 
@@ -77,9 +84,15 @@
         }
     }
 
+    public Double getAnfme$() {
+        return this.anfme;
+    }
+
     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 +103,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