From 09381335e11d32e01c8067b71d897c7064ec279d Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期一, 20 五月 2024 14:38:18 +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, 11 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 7899cfa..af09ed0 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 @@ -37,8 +37,19 @@ * 鍗у紡鐞嗙墖绗艰鎯呰〃鐜荤拑鐘舵�� * 杩涚墖浠诲姟1 * 鍑虹墖浠诲姟2 + * 鍑虹墖浠诲姟2 */ public static final Integer GLASS_CACHE_TYPE_IN = 1; public static final Integer GLASS_CACHE_TYPE_OUT = 2; + public static final Integer GLASS_CACHE_TYPE_THROUGH = 3; + + /** + * 纾ㄨ竟浠诲姟鐜荤拑鐘舵�� + * 杩涚墖浠诲姟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