From 7ac38a02fcda3af1fbf26fa96b67c72ca104c8f3 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 04 一月 2022 11:42:16 +0800 Subject: [PATCH] update TODO#132379 顧問-相片存放路徑未確定, 先隱藏編輯帳戶資訊按鈕 --- PAMapp/shared/models/appointment.model.ts | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/PAMapp/shared/models/appointment.model.ts b/PAMapp/shared/models/appointment.model.ts index 1774dd6..b6daab1 100644 --- a/PAMapp/shared/models/appointment.model.ts +++ b/PAMapp/shared/models/appointment.model.ts @@ -93,3 +93,15 @@ selectWeekOptions : string[], selectTimesOptions: string[] } + + +export interface createdMemoInfo { + content: string, + appointmentId: number +} + +export interface updatedMemoInfo { + content: string, + /** memo id */ + id: number +} \ No newline at end of file -- Gitblit v1.8.0