Переглянути джерело

feat(types): 用户模型

qinlaiqiao 5 роки тому
батько
коміт
1f25213fa4
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      types/src/interface/user.ts

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

@@ -156,6 +156,7 @@ export interface IUserTmp {
   createTime: number;
   proCptList: IProCptItem[];
   usedCptList: IUsedCptItem[];
+  specifyCpt: string;
   contacts: IContactItem[];
   onlySMSLogin: boolean;
   abnormalLoginAlert: boolean;