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

@@ -28,4 +28,14 @@ class AuthCode
* 超级管理员
*/
const SUPERADMIN = 1;
/**
* 部门启用
*/
const SECTION_STATUS_ENABLE = 1;
/**
* 部门禁用
*/
const SECTION_STATUS_DISABLE = 2;
}