Просмотр исходного кода

feat(types): 在IAPUser添加contactMobile

LuoHaoxuan 3 лет назад
Родитель
Сommit
50a26e6dfd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      types/src/interface/user.ts

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

@@ -99,6 +99,7 @@ export interface IAPUser {
   account: string;
   name: string;
   phone: string;
+  contactMobile: string;
   institution: IAPInstitution;
   organizationalStructure: IAPOrganizationalStructure;
   dataID: string;