From 2a8070b96f4aec8059ea96935b9166aec75b188b Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期二, 16 九月 2025 13:27:27 +0800
Subject: [PATCH] ID1766-结束透析完成
---
src/api/patient_hemo_med_start/types/index.type.ts | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diff --git a/src/api/patient_hemo_med_start/types/index.type.ts b/src/api/patient_hemo_med_start/types/index.type.ts
index dd5b623..013e1ce 100644
--- a/src/api/patient_hemo_med_start/types/index.type.ts
+++ b/src/api/patient_hemo_med_start/types/index.type.ts
@@ -46,6 +46,25 @@
startYcNurse: string;
startYcNurseName: string;
startYingxue: string;
- updateTime: string; // "2025-09-12 17:06:42"
+ updateTime: string;
+ updateUser: string | null;
+}
+
+export interface RecordData {
+ code: string;
+ createTime: string;
+ createUser: string | null;
+ deletedTime: string | null;
+ endDownNurse: string;
+ endDownNurseName: string;
+ endHuixue: string;
+ endTime: string;
+ id: number | null;
+ isDeleted: number | null;
+ lastTimeMonitorDataTime: string;
+ monitorDataCode: string;
+ recordCode: string;
+ remark: string;
+ updateTime: string;
updateUser: string | null;
}
--
Gitblit v1.8.0