Browse Source

feat(types): 在IAPUser添加email和officePhone

LuoHaoxuan 3 năm trước cách đây
mục cha
commit
39e1eded26
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      types/src/interface/user.ts

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

@@ -100,6 +100,8 @@ export interface IAPUser {
   name: string;
   phone: string;
   contactMobile: string;
+  officePhone: string;
+  email: string;
   institution: IAPInstitution;
   organizationalStructure: IAPOrganizationalStructure;
   dataID: string;