hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
@@ -41,4 +41,13 @@ 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; }