Blame view

java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeCommunityLocationConstant.java 741 Bytes
88e030b7   王彪总   init project
1
2
3
  package com.java110.utils.constant;
  
  /**
9750b443   王彪总   fix(config): 更新配置...
4
   * 项目位置常量类
88e030b7   王彪总   init project
5
6
7
8
9
   * Created by wuxw on 2017/5/20.
   */
  public class ServiceCodeCommunityLocationConstant {
  
      /**
9750b443   王彪总   fix(config): 更新配置...
10
       * 添加 项目位置
88e030b7   王彪总   init project
11
12
13
14
15
       */
      public static final String ADD_COMMUNITYLOCATION = "communityLocation.saveCommunityLocation";
  
  
      /**
9750b443   王彪总   fix(config): 更新配置...
16
       * 修改 项目位置
88e030b7   王彪总   init project
17
18
19
       */
      public static final String UPDATE_COMMUNITYLOCATION = "communityLocation.updateCommunityLocation";
      /**
9750b443   王彪总   fix(config): 更新配置...
20
       * 删除 项目位置
88e030b7   王彪总   init project
21
22
23
24
25
       */
      public static final String DELETE_COMMUNITYLOCATION = "communityLocation.deleteCommunityLocation";
  
  
      /**
9750b443   王彪总   fix(config): 更新配置...
26
       * 查询 项目位置
88e030b7   王彪总   init project
27
28
29
30
31
       */
      public static final String LIST_COMMUNITYLOCATIONS = "communityLocation.listCommunityLocations";
  
  
  }