wuxw
2019-04-23 b933bf8cfb7e0b3d231e7bc721b749fae54e911a
1
2
3
4
5
6
7
8
9
10
11
package com.java110.common.constant;
 
 
/**
 * 权限编码常量类
 */
public class PrivilegeCodeConstant {
 
    //入驻小区
    public static final  String PRIVILEGE_ENTER_COMMUNITY = "500201904008";
}