feat : section

This commit is contained in:
2024-11-07 16:17:57 +08:00
parent 7fd07c55d8
commit b6b2627129
11 changed files with 531 additions and 3 deletions

View File

@@ -42,4 +42,13 @@ class AdminRedisKey
{
return '__system:admin:menu:list:role_id:'.$roleId;
}
/**
* 部门集合
* @return string
*/
public static function adminSectionList()
{
return '__system:admin:section:list';
}
}