feat : check

This commit is contained in:
2025-04-01 14:59:08 +08:00
parent 44e773305f
commit 6bf2dc8a17
5 changed files with 108 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ namespace App\Constants\Common;
class RoleCode
{
/**
* @var int 角色 1=超级管理员 2=管理员 3=财务 5=客服 6=市场部 7=厨师 8=司机 9=仓管 10=套餐餐配员 11=自选餐配员
* @var int 角色 1=超级管理员 2=管理员 3=财务 5=客服 6=市场部 7=厨师 8=司机 9=仓管 10=套餐餐配员 11=自选餐配员 12=核销员
*/
CONST INT SUPER_ADMIN = 1;
CONST INT ADMIN = 2;
@@ -17,4 +17,5 @@ class RoleCode
CONST INT WAREHOUSE = 9;
CONST INT MEAL_CATERING = 10;
CONST INT OPTION_CATERING = 11;
CONST INT SALESMAN = 12;
}