From b021f4175c672b6a64b5e65d477c877f0855b2a4 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期一, 13 五月 2024 08:49:16 +0800 Subject: [PATCH] 卧式理片笼对接改造已基本完成:部分逻辑暂未校验:超过阈值 --- hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java | 9 +++++++++ 1 files changed, 9 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 7899cfa..2e03df0 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 @@ -41,4 +41,13 @@ public static final Integer GLASS_CACHE_TYPE_IN = 1; public static final Integer GLASS_CACHE_TYPE_OUT = 2; + /** + * 纾ㄨ竟浠诲姟鐜荤拑鐘舵�� + * 杩涚墖浠诲姟1 + * 鍑虹墖浠诲姟2 + */ + public static final Integer EDG_GLASS_BEFORE = 0; + public static final Integer EDG_GLASS_START = 1; + public static final Integer EDG_GLASS_SUCCESS = 2; + } -- Gitblit v1.8.0