新增了小程序用户晋升申请的模块

This commit is contained in:
2025-06-29 23:18:58 +08:00
parent 1513ea51dc
commit 869fd1a8b1
25 changed files with 1149 additions and 98 deletions

View File

@ -43,4 +43,19 @@ public interface UserConstant {
*/
String BAN_ROLE = "ban";
/**
* 经理
*/
String MANAGER_ROLE = "manager";
/**
* 主管
*/
String SUPERVISOR_ROLE = "supervisor";
/**
* 员工
*/
String STAFF_ROLE = "staff";
}