From 23b153b373efc2c198d580f96e8ed3300faca647 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期二, 28 十二月 2021 15:31:19 +0800
Subject: [PATCH] TODO#顧問帳號資訊編輯API串接

---
 PAMapp/shared/models/account.model.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/PAMapp/shared/models/account.model.ts b/PAMapp/shared/models/account.model.ts
index ea0154e..0076a64 100644
--- a/PAMapp/shared/models/account.model.ts
+++ b/PAMapp/shared/models/account.model.ts
@@ -17,8 +17,8 @@
     seniorityYear     : number; 
     seniorityMonth    : number; 
     concept           : string;
-    experience        : string;  
-    award             : string;
+    experiences        : string;  
+    awards           : string;
     communicationStyle: string; 
     photoBase64       : string;
 }

--
Gitblit v1.8.0