Przeglądaj źródła

feat(types): 用户模型

qinlaiqiao 4 lat temu
rodzic
commit
1f25213fa4
1 zmienionych plików z 1 dodań i 0 usunięć
  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;