Selaa lähdekoodia

feat(types): 用户增加email qq

vian 2 vuotta sitten
vanhempi
commit
72b84eaea9
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      types/src/interface/user.ts

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

@@ -69,6 +69,8 @@ export interface IUser {
   ssoID: string;
   mobile: string;
   realName: string;
+  email?: string;
+  qq?: string;
   createTime: number;
   proCptList: IProCptItem[];
   usedCptList: IUsedCptItem[];