Procházet zdrojové kódy

feat(types): 用户模型

qinlaiqiao před 5 roky
rodič
revize
1f25213fa4
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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;