package com.epmet.constant; /** * @Description * @IntefaceName UserRoleConstant * @Author sun */ public interface UserRoleConstant { /** * 角色表对应的是居民角色时grid_id的默认值 */ String DEFAULT_GRID_ID = "all"; /** * 部门领导角色值 */ String DEPT_LEADER = "dept_leader"; }