From c937e24f23df4d94c92e27d841ddebccbea2ddaf Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 09 五月 2024 14:06:37 +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