소스 검색

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;
   proCptList: IProCptItem[];
   usedCptList: IUsedCptItem[];
+  specifyCpt: string;
   contacts: IContactItem[];
   onlySMSLogin: boolean;
   abnormalLoginAlert: boolean;