From 66942458f7753fe4ddee7c5ed3386d61cff28b24 Mon Sep 17 00:00:00 2001 From: 野心家 <1051256694@qq.com> Date: 星期二, 01 四月 2025 13:55:21 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/jxjdzwcs' into jxjdzwcs --- 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