Browse Source

feat(types): 用户模型

qinlaiqiao 5 năm trước cách đây
mục cha
commit
1f25213fa4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;