From 5c2e8a80d739c5659d74bfd2cbe232b5d72ce21f Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期二, 15 十月 2024 16:47:54 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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