feat: 用户添加租户身份标识用于控制是否可切换租户

This commit is contained in:
Ray.Hao
2026-01-20 08:02:10 +08:00
parent 102b95e288
commit 31dbcf2efa
4 changed files with 7328 additions and 2 deletions

View File

@@ -66,6 +66,8 @@ export interface UserForm {
id?: string;
/** 用户头像 */
avatar?: string;
/** 租户身份标识(PLATFORM/TENANT) */
tenantScope?: string;
/** 部门ID */
deptId?: string;
/** 用户邮箱 */