From cc43247a5e03bdfcc41c3e4c6038f78f673f3186 Mon Sep 17 00:00:00 2001
From: wang <3597712270@qq.com>
Date: 星期三, 15 五月 2024 11:51:34 +0800
Subject: [PATCH] 上片机新增下拉选,保存按钮,状态接口
---
hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java | 7 +++++++
1 files changed, 7 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 8e08002..bc344ce 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
@@ -6,6 +6,13 @@
* @Description:
*/
public class Const {
+ //榛樿瀵嗙爜
public static final String DEFULT_PASSWORD = "123456";
+ //榛樿瑙掕壊
public static final Long DEFULT_ROLE = 1L;
+
+ //A09鍑虹墖鐩爣浣嶇疆
+ public static final Integer A09_OUT_TARGET_POSITION = 2001;
+ //A09鍑虹墖鐩爣浣嶇疆
+ public static final Integer A10_OUT_TARGET_POSITION = 2002;
}
--
Gitblit v1.8.0