From 5ceb1fc9be10e20d1f6e59382b2d14c8034485cf Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期三, 10 九月 2025 21:30:32 +0800
Subject: [PATCH] 1
---
src/main/java/com/zy/asrs/entity/param/StockOutParam.java | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/param/StockOutParam.java b/src/main/java/com/zy/asrs/entity/param/StockOutParam.java
index 5074631..4e8adcc 100644
--- a/src/main/java/com/zy/asrs/entity/param/StockOutParam.java
+++ b/src/main/java/com/zy/asrs/entity/param/StockOutParam.java
@@ -13,6 +13,9 @@
// 鍑虹珯鍙�
private Integer outSite;
+ // AGV鍑烘垬鍙�
+ private String station;
+
// 鐗╂枡缂栧彿闆嗗悎
private List<LocDetl> locDetls;
@@ -22,7 +25,7 @@
// 搴撲綅鍙�
private String locNo;
- // 鍗曟嵁鍙�
+ // 鐗╂枡鍙�
private String matnr;
// 搴忓垪鐮�
@@ -31,6 +34,17 @@
// 鏁伴噺
private Double count;
+ //璐ф灦鐮�
+ private String suppCode;
+
+ //閿�鍞鍗曞彿
+ private String threeCode;
+
+ //閿�鍞鍗曡鍙�
+ private String deadTime;
+
+ // 宸ュ簭鐘舵�� 1锛氬緟鍔犲伐锛�2锛氬凡鍔犲伐锛�3锛氭棤闇�鍔犲伐
+ private Integer processSts;
}
}
--
Gitblit v1.9.1