PAMapp/shared/models/account.model.ts
@@ -3,3 +3,22 @@ phone?: string; email?: string; } export interface AgentInfoSetting{ agentNo : string; name : string; expertise : string[]; title : string; role : string; serveArea : string; gender : string; phoneNumber : string; companyAddress : string; seniorityYear : number; seniorityMonth : number; concept : string; experience : string; award : string; communicationStyle: string; photoBase64 : string; }