From 9037cef5e88d18c2407f04a70a8341541b01181c Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Mon, 07 Jun 2021 11:27:36 +0800
Subject: [PATCH] screen-manage 修复前台菜单管理删除BUG
---
screen-common/src/main/java/com/moral/constant/Constants.java | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diff --git a/screen-common/src/main/java/com/moral/constant/Constants.java b/screen-common/src/main/java/com/moral/constant/Constants.java
index e538e66..fb9db76 100644
--- a/screen-common/src/main/java/com/moral/constant/Constants.java
+++ b/screen-common/src/main/java/com/moral/constant/Constants.java
@@ -62,7 +62,7 @@
/*
* ���������������
* */
- public static final Integer WEB_CHANNEL = 1;
+ public static final String WEB_CHANNEL = "0";
/*
* ������������������
@@ -94,5 +94,25 @@
* */
public static final String SYSTEM_DICT_TYPE_UNIT = "unit";
+ /*
+ * ������������������
+ * */
+ public static final String SYSTEM_DICT_TYPE_PROFESSION = "profession";
+
+ /*
+ * ������������������������
+ * */
+ public static final String SYSTEM_DICT_TYPE_TECH = "tech";
+
+ /*
+ * ���������������������������
+ * */
+ public static final String SYSTEM_DICT_TYPE_DETECTOR = "detector";
+
+ /*
+ * ���������������������
+ * */
+ public static final String SYSTEM_DICT_TYPE_PURCHASER = "purchaser";
+
}
--
Gitblit v1.8.0