From b4d9cf3a9974d9abac40ecd228820e5e854b080a Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期三, 07 一月 2026 17:43:38 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/entity/param/AgvUnlockLoc.java | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/param/AgvUnlockLoc.java b/src/main/java/com/zy/asrs/entity/param/AgvUnlockLoc.java
new file mode 100644
index 0000000..47c212f
--- /dev/null
+++ b/src/main/java/com/zy/asrs/entity/param/AgvUnlockLoc.java
@@ -0,0 +1,12 @@
+package com.zy.asrs.entity.param;
+
+import lombok.Data;
+
+@Data
+public class AgvUnlockLoc {
+ private Integer floorNo;
+ private String reqCode;
+ private String podcode;//鎵樼洏鐮�
+ private String positionCode = "2034";//绔欑偣
+ private String indBind;
+}
--
Gitblit v1.9.1