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