Browse Source

feat(types): 在IAPUser添加contactMobile

LuoHaoxuan 3 năm trước cách đây
mục cha
commit
50a26e6dfd
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

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