瀏覽代碼

feat(types): 用户模型

qinlaiqiao 4 年之前
父節點
當前提交
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;
   createTime: number;
   proCptList: IProCptItem[];
   proCptList: IProCptItem[];
   usedCptList: IUsedCptItem[];
   usedCptList: IUsedCptItem[];
+  specifyCpt: string;
   contacts: IContactItem[];
   contacts: IContactItem[];
   onlySMSLogin: boolean;
   onlySMSLogin: boolean;
   abnormalLoginAlert: boolean;
   abnormalLoginAlert: boolean;