From d2b000d74d23f5c70e9f1414b57cab892c2b6eec Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期五, 28 三月 2025 15:07:34 +0800
Subject: [PATCH] #输送线暂存数优化

---
 src/main/java/com/zy/asrs/entity/ToWmsDTO.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/ToWmsDTO.java b/src/main/java/com/zy/asrs/entity/ToWmsDTO.java
index ae15179..1252ec8 100644
--- a/src/main/java/com/zy/asrs/entity/ToWmsDTO.java
+++ b/src/main/java/com/zy/asrs/entity/ToWmsDTO.java
@@ -16,7 +16,7 @@
     private List<Integer> canInboundTunnels;
 
     // 瀹瑰櫒缂栫爜
-    private String barcode;
+    private String BoxNo;
     //瀹瑰櫒绫诲瀷
     private String ioType;
     //鍏ュ簱绔欑紪鍙�
@@ -25,7 +25,7 @@
     private Integer locType;
 
     public ToWmsDTO(String barcode, Integer stationCode, Integer locType){
-        this.barcode = barcode;
+        this.BoxNo = barcode;
         this.stationCode = stationCode;
         this.locType = locType;
     }

--
Gitblit v1.9.1