Sfoglia il codice sorgente

feat(types): 用户模型

qinlaiqiao 5 anni fa
parent
commit
1f25213fa4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      types/src/interface/user.ts

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

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