From a74f1fdfccee2fb9df74c21f8137150b17a05eba Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期二, 15 十月 2024 15:26:02 +0800 Subject: [PATCH] 1、原片仓储逻辑完成60% --- hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java | 19 +++++++++++++++++++ 1 files changed, 19 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 6b9a1de..46c9d01 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 @@ -180,4 +180,23 @@ public static final Integer UNLOAD_GLASS_OUT = 1; public static final Integer UNLOAD_GLASS_DOWN = 2; + + /** + * 鍘熺墖浠撳偍浠诲姟绫诲瀷 + * 杩涚墖浠诲姟1 + * 鍑虹墖浠诲姟2 + */ + public static final Integer RAW_GLASS_TASK_TYPE_IN = 1; + public static final Integer RAW_GLASS_TASK_TYPE_OUT = 2; + public static final Integer RAW_GLASS_TASK_TYPE_DISPATCH = 3; + + /** + * 鍘熺墖浠撳偍浠诲姟绫诲瀷 + * 杩涚墖浠诲姟1 + * 鍑虹墖浠诲姟2 + */ + public static final Integer ENGINEERING_NEW = 0; + public static final Integer ENGINEERING_RUNNING = 1; + + } -- Gitblit v1.8.0