From 93e36c526fe445c14d5fb19f3653f8a8e55e3a6c Mon Sep 17 00:00:00 2001
From: wang <3597712270@qq.com>
Date: 星期四, 09 五月 2024 15:49:34 +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 |   18 ++++++++++++++++++
 1 files changed, 18 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
new file mode 100644
index 0000000..bc344ce
--- /dev/null
+++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
@@ -0,0 +1,18 @@
+package com.mes.common.config;
+
+/**
+ * @Author : zhoush
+ * @Date: 2024/4/24 10:33
+ * @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