修改
This commit is contained in:
parent
a94700e4f6
commit
18e1ed5e68
@ -30,6 +30,9 @@ public enum InspectionRoleCommon {
|
||||
/** 检测业务管理员 */
|
||||
JIANCE("jiance", 1),
|
||||
|
||||
/** 站长 */
|
||||
JCZZ("jczz", 1),
|
||||
|
||||
/** 检测站老板 */
|
||||
JCBOSS("jcboss", 1),
|
||||
|
||||
@ -66,6 +69,30 @@ public enum InspectionRoleCommon {
|
||||
/** 检测用户 */
|
||||
JCYH("jcyh", 4),
|
||||
|
||||
/** 安检外检 */
|
||||
JCAJWJ("jcajwj", 4),
|
||||
|
||||
/** 收费登录 */
|
||||
JCSFDL("jcsfdl", 4),
|
||||
|
||||
/** 环检外检 */
|
||||
JCHJWJ("jchjwj", 4),
|
||||
|
||||
/** 底盘检测 */
|
||||
JCDPJC("jcdpjc", 4),
|
||||
|
||||
/** 环检操作 */
|
||||
JCHJCZ("jchjcz", 4),
|
||||
|
||||
/** 检测总检 */
|
||||
JCZJ("jczj", 4),
|
||||
|
||||
/** 检测资料管理员 */
|
||||
JCZLGLY("jczlgly", 4),
|
||||
|
||||
/** 安全检验员 */
|
||||
AQJYY("aqjyy", 4),
|
||||
|
||||
/** 检测员工 */
|
||||
JCWORKER("jcworker", 4);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user