mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-22 14:57:14 +08:00
优化:用户新增类型字段,用于标识用户是系统内置或自定义
1.系统内置用户不允许禁用、删除、变更所属角色 2.删除用户时,自动删除用户和角色关联
This commit is contained in:
@@ -12,6 +12,7 @@ export interface UserRecord {
|
||||
phone?: string;
|
||||
description?: string;
|
||||
status?: number;
|
||||
type?: number;
|
||||
pwdResetTime?: string;
|
||||
createUserString?: string;
|
||||
createTime?: string;
|
||||
|
Reference in New Issue
Block a user