From b54074c03698c77f8a102157aefd3fa874a9c51e Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 11 四月 2019 09:39:37 +0800
Subject: [PATCH] 根据用户名定位员工接口端开发

---
 java110-common/src/main/java/com/java110/common/constant/ServiceCodeConstant.java |   51 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 50 insertions(+), 1 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 c2c2bd5..b5746c2 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
@@ -101,6 +101,22 @@
     public static final String SERVICE_CODE_SAVE_USER_CREDENTIALS = "save.user.credentials";
 
     /**
+     * 淇濆瓨鐢ㄦ埛榛樿鏉冮檺
+     */
+    public static final String SERVICE_CODE_SAVE_USER_DEFAULT_PRIVILEGE = "save.user.defaultPrivilege";
+
+    /**
+     * 鍒犻櫎鐢ㄦ埛鍏ㄩ儴鏉冮檺
+     */
+    public static final String SERVICE_CODE_DELETE_USER_ALL_PRIVILEGE= "delete.user.allPrivilege";
+
+
+    /**
+     * 淇濆瓨鐢ㄦ埛榛樿鏉冮檺
+     */
+    public static final String SERVICE_CODE_QUERY_USER_USERINFO = "query.user.userInfo";
+
+    /**
      * 淇濆瓨鍟嗘埛淇℃伅
      */
     public static final String SERVICE_CODE_SAVE_STORE_INFO = "save.store.info";
@@ -131,7 +147,10 @@
      */
     public static final String SERVICE_CODE_QUERY_STORE_BYUSER = "query.store.byuser";
 
-
+    /**
+     * 鏍规嵁鍟嗘埛鐢ㄦ埛淇℃伅
+     */
+    public static final String SERVICE_CODE_QUERY_STORE_USERS = "query.store.users";
     /**
      * 鍟嗘埛鎴愬憳鍔犲叆淇℃伅
      */
@@ -217,6 +236,18 @@
      * 妫�鏌ョ敤鎴风櫥褰曟湇鍔″鐞�
      */
     public static final String SERVICE_CODE_CHECK_SERVICE_LOGIN = "check.service.login";
+
+    /**
+     * 妫�鏌ョ敤鎴风櫥褰曟湇鍔″鐞�
+     */
+    public static final String SERVICE_CODE_QUERY_USER_BY_NAME = "query.user.byName";
+
+
+    /**
+     * 鏌ヨ鍑簎serIds 鏄晢鎴峰憳宸D鐨剈serId
+     */
+    public static final String SERVICE_CODE_QUERY_STOREUSER_BYUSERIDS = "query.storeUser.byUserIds";
+
     /**
      * 鍒锋柊缂撳瓨
      */
@@ -229,6 +260,11 @@
     public static final String SERVICE_CODE_USER_STAFF_ADD = "user.staff.add";
 
     /**
+     * 娣诲姞鍛樺伐 鏈嶅姟
+     */
+    public static final String SERVICE_CODE_USER_STAFF_MODIFY = "user.staff.modify";
+
+    /**
      * 鍋滅敤鍛樺伐鏈嶅姟
      */
     public static final String SERVICE_CODE_USER_STAFF_DISABLE = "user.staff.disable";
@@ -238,7 +274,20 @@
      */
     public static final String SERVICE_CODE_USER_STAFF_ENABLE = "user.staff.enable";
 
+    /**
+     * 鍒犻櫎鍛樺伐鏈嶅姟
+     */
+    public static final String SERVICE_CODE_USER_STAFF_DELETE = "user.staff.delete";
 
+    /**
+     * 鏌ヨ 鍛樺伐
+     */
+    public static final String SERVICE_CODE_QUERY_STAFF_INFOS = "query.staff.infos";
+
+    /**
+     * 鏌ヨ 鍛樺伐
+     */
+    public static final String SERVICE_CODE_QUERY_STAFF_BY_NAME = "query.staff.byName";
 
     /**
      * 淇濆瓨鍟嗘埛淇℃伅

--
Gitblit v1.8.0