feat : driver
This commit is contained in:
@@ -4,8 +4,14 @@ namespace App\Constants\Common;
|
||||
|
||||
class RoleCode
|
||||
{
|
||||
/**
|
||||
* @var int 角色 1=超级管理员 2=管理员 3=财务 5=客服 6=市场部 7=厨师 8=司机
|
||||
*/
|
||||
const int SUPER_ADMIN = 1;
|
||||
const int ADMIN = 2;
|
||||
const int CHEF = 3;
|
||||
const int DRIVER = 4;
|
||||
const int FINANCE = 3;
|
||||
const int CUSTOMER_SERVICE = 5;
|
||||
const int MARKETPLACE = 6;
|
||||
const int CHEF = 7;
|
||||
const int DRIVER = 8;
|
||||
}
|
||||
Reference in New Issue
Block a user