From 491510f698179cdf30fe0008b59f3cfb3917f77b Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 12 六月 2024 15:09:48 +0800
Subject: [PATCH] 1、卧式理片笼线程改造:初次改造提交 2、fixbug启动异常
---
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