新增了小程序用户晋升申请的模块
This commit is contained in:
@ -43,4 +43,19 @@ public interface UserConstant {
|
||||
*/
|
||||
String BAN_ROLE = "ban";
|
||||
|
||||
/**
|
||||
* 经理
|
||||
*/
|
||||
String MANAGER_ROLE = "manager";
|
||||
|
||||
/**
|
||||
* 主管
|
||||
*/
|
||||
String SUPERVISOR_ROLE = "supervisor";
|
||||
|
||||
/**
|
||||
* 员工
|
||||
*/
|
||||
String STAFF_ROLE = "staff";
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user