refactor(tenant): refine menu scope boundaries and document plan/tenant menu design

This commit is contained in:
Ray.Hao
2026-01-25 11:15:59 +08:00
parent 3879105e15
commit 3f8393813b
20 changed files with 959 additions and 158 deletions

View File

@@ -14,6 +14,14 @@ export enum MenuTypeEnum {
BUTTON = "B", // 按钮
}
/**
* 菜单范围枚举
*/
export enum MenuScopeEnum {
PLATFORM = 1, // 平台菜单
TENANT = 2, // 业务菜单
}
/**
* 用户性别枚举
*/