From 649e50a1b4fa3811072843c79787163b87ab3889 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期三, 20 十一月 2024 08:41:16 +0800 Subject: [PATCH] 1、大理片功能初步提交 2、卧理功能优化 --- hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 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 ff07133..a05dfe6 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,8 +30,18 @@ * A09鍑虹墖鐩爣浣嶇疆 d02鍗ц浆绔� 閽㈠寲鍑虹墖 3001 * A10鍑虹墖鐩爣浣嶇疆 d05鍗ц浆绔� 浜哄伐鍑虹墖 3002 */ - public static final Integer TEMPERING_OUT_TARGET_POSITION = 3001; - public static final Integer ARTIFICIAL_OUT_TARGET_POSITION = 3002; +// public static final Integer TEMPERING_OUT_TARGET_POSITION = 3001; +// public static final Integer ARTIFICIAL_OUT_TARGET_POSITION = 3002; +// public static final List<Integer> OUT_TARGET_POSITION_ALL = Arrays.asList(3001, 3002); + + /** + * 涔変箤纾ㄨ竟绾� + * A09鍑虹墖鐩爣浣嶇疆 d02鍗ц浆绔� 閽㈠寲鍑虹墖 930 + * A10鍑虹墖鐩爣浣嶇疆 d05鍗ц浆绔� 浜哄伐鍑虹墖 931 + */ + public static final Integer TEMPERING_OUT_TARGET_POSITION = 930; + public static final Integer ARTIFICIAL_OUT_TARGET_POSITION = 931; + public static final List<Integer> OUT_TARGET_POSITION_ALL = Arrays.asList(930, 931); /** * 鍗у紡鐞嗙墖绗艰鎯呰〃鐜荤拑鐘舵�� @@ -103,8 +113,10 @@ */ public static final Integer BIG_STORAGE_BEFORE_IN = 1; public static final Integer BIG_STORAGE_BEFORE_OUT = 2; - public static final Integer BIG_STORAGE_AFTER_IN = 3; - public static final Integer BIG_STORAGE_AFTER_OUT = 4; + public static final Integer BIG_STORAGE_BEFORE_DISPATCH = 3; + public static final Integer BIG_STORAGE_AFTER_IN = 4; + public static final Integer BIG_STORAGE_AFTER_OUT = 5; + public static final Integer BIG_STORAGE_AFTER_DISPATCH = 6; /** * 澶х悊鐗囩璇锋眰 -- Gitblit v1.8.0