From f18dee1034da10cdd537f4cef94a6bcbe141c6a8 Mon Sep 17 00:00:00 2001 From: Administrator <pjb> Date: 星期四, 05 六月 2025 18:13:45 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/glccwcs' into glccwcs --- src/main/java/com/zy/asrs/entity/ToWmsDTO.java | 9 ++++----- 1 files changed, 4 insertions(+), 5 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..3fa2296 100644 --- a/src/main/java/com/zy/asrs/entity/ToWmsDTO.java +++ b/src/main/java/com/zy/asrs/entity/ToWmsDTO.java @@ -1,6 +1,5 @@ package com.zy.asrs.entity; -import io.swagger.models.auth.In; import lombok.Data; import java.util.List; @@ -16,7 +15,7 @@ private List<Integer> canInboundTunnels; // 瀹瑰櫒缂栫爜 - private String barcode; + private String BoxNo; //瀹瑰櫒绫诲瀷 private String ioType; //鍏ュ簱绔欑紪鍙� @@ -24,13 +23,13 @@ //搴撲綅绫诲瀷 private Integer locType; - public ToWmsDTO(String barcode, Integer stationCode, Integer locType){ - this.barcode = barcode; + public ToWmsDTO(String barcode, Integer stationCode, Integer locType) { + this.BoxNo = barcode; this.stationCode = stationCode; this.locType = locType; } - public ToWmsDTO(){ + public ToWmsDTO() { } } -- Gitblit v1.9.1