From 2ea30c17460f2f3cdff49e6dc78c7c20ab114c09 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 13 六月 2024 09:54:06 +0800
Subject: [PATCH] 大理片笼:进片逻辑问题修复
---
hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
index dddb642..4532c55 100644
--- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
+++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
@@ -96,6 +96,14 @@
public static final Integer BIG_STORAGE_OUT_SUCCESS = 3;
/**
+ * 鍗ц浆绔嬪嚭鐗囪姹�
+ * 1 涓婅溅绛夊緟
+ * 2 涓婅溅鍚姩
+ */
+ public static final Integer BIG_STORAGE_IN_WAIT = 1;
+ public static final Integer BIG_STORAGE_IN_RUN = 2;
+
+ /**
* 澶х悊鐗囩瀹藉害 鍙� 鐜荤拑闂磋窛
*/
public static final Integer BIG_STORAGE_WIDTH = 5000;
--
Gitblit v1.8.0