From 26229b3779579ca0d413fa75b69e32795a5cfb30 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期一, 09 九月 2024 11:23:03 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- 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 de75c86..011919a 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 @@ -171,4 +171,13 @@ public static final Integer SLOT_ON = 1; public static final Integer SLOT_OFF = 0; + /** + * 涓嬬墖浠诲姟鐜荤拑鐘舵�� + * 鐢熸垚浠诲姟0 + * 鍑虹墖浠诲姟2 + */ + public static final Integer UNLOAD_GLASS_CREATE = 0; + public static final Integer UNLOAD_GLASS_OUT = 1; + public static final Integer UNLOAD_GLASS_DOWN = 2; + } -- Gitblit v1.8.0