From e02d6534d2dba4b8adcbb80e37cc77bf8bddd26c Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期三, 09 三月 2022 16:50:48 +0800 Subject: [PATCH] update#136137: [諮詢度表現] 顧問詳細資訊API 前端調整串接 --- PAMapp/shared/models/account.model.ts | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PAMapp/shared/models/account.model.ts b/PAMapp/shared/models/account.model.ts index f2e0e03..f433c6c 100644 --- a/PAMapp/shared/models/account.model.ts +++ b/PAMapp/shared/models/account.model.ts @@ -17,8 +17,9 @@ seniorityYear : number; seniorityMonth : number; concept : string; - experiences : string; - awards : string; + experiences : string; + awards : string; communicationStyle: string; photoBase64 : string; + email : string; } -- Gitblit v1.8.0