From d3311a12ebbbb53eac2d7ba4623aef5414877b22 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期六, 06 七月 2019 00:07:52 +0800
Subject: [PATCH] 修改编辑通知时的bug
---
java110-common/src/main/java/com/java110/common/constant/ServiceCodeConstant.java | 37 +++++++++++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/java110-common/src/main/java/com/java110/common/constant/ServiceCodeConstant.java b/java110-common/src/main/java/com/java110/common/constant/ServiceCodeConstant.java
index 81203f8..a2ff821 100644
--- a/java110-common/src/main/java/com/java110/common/constant/ServiceCodeConstant.java
+++ b/java110-common/src/main/java/com/java110/common/constant/ServiceCodeConstant.java
@@ -486,4 +486,41 @@
*/
public static final String SERVICE_CODE_LIST_COMMUNITYS = "community.listCommunitys";
+ /**
+ * 淇濆瓨灏忓尯
+ */
+ public static final String SERVICE_CODE_SAVE_COMMUNITY = "community.saveCommunity";
+
+
+ /**
+ * 淇敼灏忓尯
+ */
+ public static final String SERVICE_CODE_UPDATE_COMMUNITY = "community.updateCommunity";
+/**
+ * 鍒犻櫎灏忓尯community.deleteCommunity
+ */
+ public static final String SERVICE_CODE_DELETE_COMMUNITY = "community.deleteCommunity";
+
+
+ /**
+ * 淇濆瓨鍏憡
+ */
+ public static final String SERVICE_CODE_SAVE_NOTICE = "notice.saveNotice";
+
+
+ /**
+ * 淇敼鍏憡
+ */
+ public static final String SERVICE_CODE_UPDATE_NOTICE = "notice.updateNotice";
+ /**
+ * 鍒犻櫎鍏憡community.deleteCommunity
+ */
+ public static final String SERVICE_CODE_DELETE_NOTICE = "notice.deleteNotice";
+
+ public static final String SERVICE_CODE_LIST_NOTICES = "notice.listNotices";
+
+
+
+
+
}
--
Gitblit v1.8.0