From ff705edeb773bb712909537492e9567588a8e788 Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期一, 31 三月 2025 15:12:25 +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