From f831cb3d5ac0f206c4809393321f89b35d1e2e68 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 08 八月 2024 16:29:16 +0800
Subject: [PATCH] 预约确认功能
---
src/api/ecg/appointment/index.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/api/ecg/appointment/index.ts b/src/api/ecg/appointment/index.ts
index ed0ee0f..609fa7b 100644
--- a/src/api/ecg/appointment/index.ts
+++ b/src/api/ecg/appointment/index.ts
@@ -2,6 +2,7 @@
// 棰勭害 VO
export interface AppointmentVO {
+ id: string
patId: string // 鎮h�呯紪鍙�
patName: string // 鎮h�呭鍚�
patGender: number // 鎮h�呮�у埆
--
Gitblit v1.9.3