From c7b4647fbcebf9a097a948110ca9a195827ac430 Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期一, 13 五月 2024 11:00:43 +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 | 17 +++++++++++++++++ 1 files changed, 17 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 51a945b..2e03df0 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 @@ -33,4 +33,21 @@ public static final Integer GLASS_STATE_TAKE = 200; public static final Integer A10_OUT_TARGET_DAMAGE = 201; + /** + * 鍗у紡鐞嗙墖绗艰鎯呰〃鐜荤拑鐘舵�� + * 杩涚墖浠诲姟1 + * 鍑虹墖浠诲姟2 + */ + public static final Integer GLASS_CACHE_TYPE_IN = 1; + public static final Integer GLASS_CACHE_TYPE_OUT = 2; + + /** + * 纾ㄨ竟浠诲姟鐜荤拑鐘舵�� + * 杩涚墖浠诲姟1 + * 鍑虹墖浠诲姟2 + */ + public static final Integer EDG_GLASS_BEFORE = 0; + public static final Integer EDG_GLASS_START = 1; + public static final Integer EDG_GLASS_SUCCESS = 2; + } -- Gitblit v1.8.0