From bbf6ed470a98f2ab072d5e9d995466d609116cff Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期五, 05 七月 2019 23:29:19 +0800
Subject: [PATCH] 公告功能开发完成

---
 java110-common/src/main/java/com/java110/common/constant/ServiceCodeConstant.java |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 51 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 bf96b15..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
@@ -430,6 +430,9 @@
     public static final String SERVICE_CODE_QUERY_FEE_DETAIL = "fee.queryFeeDetail";
     public static final String SERVICE_CODE_QUERY_FEE = "fee.queryFee";
 
+    //鏌ヨ娆犺垂鏁版嵁
+    public static final String SERVICE_CODE_QUERY_ARREARS_FEE = "fee.queryArrearsFee";
+
     //鏌ヨ棣栭〉缁熻淇℃伅
     public static final String SERVICE_CODE_QUERY_INDEX_STATISTIC = "index.queryIndexStatistic";
 
@@ -472,4 +475,52 @@
     // 淇濆瓨鍋滆溅浣嶄俊鎭�
     public static final String SERVICE_CODE_EXIT_PARKING_SPACE = "parkingSpace.exitParkingSpace";
 
+    //鏌ヨ鐢ㄤ緥閰嶇疆
+    public static final String SERVICE_CODE_QUERY_DEMO_CONFIG = "demo.queryDemoConfig";
+
+    //淇濆瓨鐢ㄤ緥閰嶇疆
+    public static final String SERVICE_CODE_SAVE_DEMO_CONFIG = "demo.saveDemoConfig";
+
+    /**
+     * 鏌ヨ灏忓尯淇℃伅
+     */
+    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