From 52516230c75988540b51e7160b1f5c03b96583ea Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期四, 05 九月 2024 16:09:40 +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 | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 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 47b4769..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 @@ -30,7 +30,7 @@ * A09鍑虹墖鐩爣浣嶇疆 d02鍗ц浆绔� 閽㈠寲鍑虹墖 3001 * A10鍑虹墖鐩爣浣嶇疆 d05鍗ц浆绔� 浜哄伐鍑虹墖 3002 */ - public static final Integer TEMPERING_OUT_TARGET_POSITION = 3001; + public static final Integer TEMPERING_OUT_TARGET_POSITION = 3002; public static final Integer ARTIFICIAL_OUT_TARGET_POSITION = 3002; /** @@ -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