From 91dddedca8cd2a2ada3b8a7837b3e9768ad001f6 Mon Sep 17 00:00:00 2001
From: zhangyong <517047165@qq.com>
Date: 星期四, 12 十二月 2024 10:48:00 +0800
Subject: [PATCH] 给磨边机不带磨量的尺寸
---
hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java | 10 ++++++++++
1 files changed, 10 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 7efbd7d..c33869e 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
@@ -289,4 +289,14 @@
public static final Integer HOLLOW_FLOW_CARD_PAUSE = 2;
public static final Integer HOLLOW_FLOW_CARD_SUCCESS = 3;
+ /**
+ * 涓┖澶х悊鐗囩鍑虹墖鐘舵�両
+ * 0 鏈繘绗�
+ * 1 鍗犵敤
+ * 2 杩涚瀹屾垚
+ */
+ public static final Integer HOLLOW_RELATION_NEW = 0;
+ public static final Integer HOLLOW_RELATION_OCCUPY = 1;
+ public static final Integer HOLLOW_RELATION_SUCCESS = 2;
+
}
--
Gitblit v1.8.0