From 106d90222ad7fb031cae93876e904e9dc8e5ce7f Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 11 四月 2025 16:05:47 +0800
Subject: [PATCH] fix warnings

---
 src/api/ecg/appointment/index.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/ecg/appointment/index.ts b/src/api/ecg/appointment/index.ts
index fbb1e29..d9434a0 100644
--- a/src/api/ecg/appointment/index.ts
+++ b/src/api/ecg/appointment/index.ts
@@ -4,7 +4,7 @@
 export interface AppointmentVO {
   id: number,
   applyNo: string  // 棰勭害鐢宠缂栧彿
-  episodeId: number //灏辫瘖娴佹按鍙�
+  episodeId: string //灏辫瘖娴佹按鍙�
   patSrc: number
   patId: string // 鎮h�呯紪鍙�
   patName: string // 鎮h�呭鍚�

--
Gitblit v1.9.3