From d4e6cf05333a148f238dd1e4be3862f1197cbe5d Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期二, 16 十一月 2021 12:05:58 +0800
Subject: [PATCH] update: 我的顧問清單/預約清單: 按照時間排序

---
 PAMapp/assets/ts/api/consultant.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/PAMapp/assets/ts/api/consultant.ts b/PAMapp/assets/ts/api/consultant.ts
index 0d3990c..36808e6 100644
--- a/PAMapp/assets/ts/api/consultant.ts
+++ b/PAMapp/assets/ts/api/consultant.ts
@@ -106,6 +106,8 @@
     contactStatus?: string;
     latestAppointmentId: number;
     role: string;
+    image?: string;
+    expertises?: string;
 }
 
 export interface FastQueryParams {

--
Gitblit v1.8.0