1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
package com.epmet.constant; |
||||
|
|
||||
|
/** |
||||
|
* @Description |
||||
|
* @IntefaceName UserRoleConstant |
||||
|
* @Author sun |
||||
|
*/ |
||||
|
public interface UserRoleConstant { |
||||
|
|
||||
|
/** |
||||
|
* 角色表对应的是居民角色时grid_id的默认值 |
||||
|
*/ |
||||
|
String DEFAULT_GRID_ID = "all"; |
||||
|
} |
Loading…
Reference in new issue