From b1fe5e3f3eed2e4cf20a1ca2871db3f3f6576f2d Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期五, 09 五月 2025 15:47:05 +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