From 6054289ebe70ade6a245f6d40e48a84f9e6e0560 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期一, 31 七月 2023 14:49:02 +0800
Subject: [PATCH] Update: 更新諮詢方式相關 API 使用方式

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

diff --git a/PAMapp/shared/models/appointment.model.ts b/PAMapp/shared/models/appointment.model.ts
index e98d5bf..3d6f5ad 100644
--- a/PAMapp/shared/models/appointment.model.ts
+++ b/PAMapp/shared/models/appointment.model.ts
@@ -98,6 +98,7 @@
   job            : string;
   phone          : string;
   requirement    : string;
+  consultationMethod: string;
 }
 
 export interface EditAppointmentParams {
@@ -111,6 +112,7 @@
   otherRequirement: null;
   phone           : string;
   requirement     : string;
+  consultationMethod: string;
 }
 
 export interface AppointmentRequests {

--
Gitblit v1.8.0