|
@@ -15,9 +15,11 @@ public enum RoleType {
|
|
|
GENERAL_USER(1L, "generalUser"),
|
|
|
AGENCY(2L, "evaluationAgency"),
|
|
|
REGIONAL_MANAGER(3L, "RegionalManager"),
|
|
|
- SYSTEM_ADMIN(4L, "SystemAdministrator"),
|
|
|
+ SYSTEM_ADMIN(4L, "RegionalManager"),
|
|
|
ENTERPRISE_USER(5L, "enterpriseUser"),
|
|
|
- EVALUATION_USER(6L, "evaluationUser");
|
|
|
+ EVALUATION_USER(6L, "evaluationUser"),
|
|
|
+ PARTY_USER(7L, "partyUser"),
|
|
|
+ PARTY_AGENCY(8L, "partyAgency");
|
|
|
|
|
|
private Long id;
|
|
|
private String name;
|