Browse Source

feat(types): user

qinlaiqiao 4 years atrás
parent
commit
875ab18910
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/user.ts

+ 1 - 0
types/src/interface/user.ts

@@ -99,6 +99,7 @@ export interface IAPUser {
   createdID: string; // 创建人ID
   isCreated?: boolean; // 是否可创建,字段由后台定义
   roleIDs?: string[]; // 角色ID列表
+  enable?: boolean;
 }
 
 // 最近联系人