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