From 962c3a2d98cb40347d1ea0540c80a63972d1ea5b Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 16 六月 2025 17:03:25 +0800
Subject: [PATCH] 1
---
src/main/java/com/zy/asrs/entity/wms/StorageEscalationParam.java | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/wms/StorageEscalationParam.java b/src/main/java/com/zy/asrs/entity/wms/StorageEscalationParam.java
index 49f98f7..ab62548 100644
--- a/src/main/java/com/zy/asrs/entity/wms/StorageEscalationParam.java
+++ b/src/main/java/com/zy/asrs/entity/wms/StorageEscalationParam.java
@@ -1,15 +1,19 @@
-package com.zy.asrs.entity.wms;
+package com.zy.asrs.entity.param;
import lombok.Data;
@Data
public class StorageEscalationParam {
//鎵樼洏鐮�
- private String barcode;
- //绔欑偣鐮�
- private Integer stationCode;
+ private String BoxNo;
//鎵ц鐘舵�� 0锛氭垚鍔� 1锛氬け璐�
private Integer WCSStatus = 0;
//閿欒淇℃伅 鍏蜂綋鐨勯敊璇俊鎭紙瓒呴珮锛岃秴閲嶇瓑锛�
private String WCSErrorMessage = "";
+ //鏄惁婊℃澘 1婊℃澘 0绌烘澘
+ private int StaType = 1;
+ //搴撲綅绫诲瀷 1楂樺簱浣� 0浣庡簱浣�
+ private int LocType = 0;
+ //绔欑偣
+ private int TerminalNo = 0;
}
--
Gitblit v1.9.1