forked from rongchao/epmet-cloud-rizhao
2 changed files with 33 additions and 3 deletions
@ -1,17 +1,47 @@ |
|||
package com.epmet.constant; |
|||
|
|||
/** |
|||
* 角色key常量 |
|||
* 政府端工作人员角色key常量 |
|||
*/ |
|||
public class RoleKeyConstants { |
|||
|
|||
/** |
|||
* 管理员 |
|||
*/ |
|||
public static final String ROLE_KEY_MANAGER = "manager"; |
|||
|
|||
/** |
|||
* 党建负责人 |
|||
*/ |
|||
public static final String ROLE_KEY_PARTY_PRINCIPALS = "party_principals"; |
|||
|
|||
/** |
|||
* 网格长 |
|||
*/ |
|||
public static final String ROLE_KEY_GRID_MANAGER = "grid_manager"; |
|||
|
|||
/** |
|||
* 单位领导 |
|||
*/ |
|||
public static final String ROLE_KEY_AGENCY_LEADER = "agency_leader"; |
|||
|
|||
/** |
|||
* 网格党建指导员 |
|||
*/ |
|||
public static final String ROLE_KEY_GRID_PARTY_DIRECTOR = "grid_party_director"; |
|||
|
|||
/** |
|||
* 部门领导 |
|||
*/ |
|||
public static final String ROLE_KEY_DEPT_LEADER = "dept_leader"; |
|||
|
|||
/** |
|||
* 工作人员 |
|||
*/ |
|||
public static final String ROLE_KEY_STAFF = "staff"; |
|||
|
|||
/** |
|||
* 网格员 |
|||
*/ |
|||
public static final String ROLE_KEY_GRID_MEMBER = "grid_member"; |
|||
|
|||
} |
|||
|
Loading…
Reference in new issue