From 22a9a5fe525fb893ecaa8d4a8bfb65169ce02fc4 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 11 四月 2025 14:52:27 +0800
Subject: [PATCH] update & refactor

---
 src/api/ecg/devmanage/index.ts |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/api/ecg/devmanage/index.ts b/src/api/ecg/devmanage/index.ts
index ed7380d..f71f887 100644
--- a/src/api/ecg/devmanage/index.ts
+++ b/src/api/ecg/devmanage/index.ts
@@ -9,17 +9,17 @@
 
 // 璁惧 VO
 export interface DeviceVO {
-  id: number // id
-  devCodeIntrinsic: string
-  devCodeHosp: string
-  devCodeDept: string
-  devId: string // 璁惧缂栧彿
-  category: string // 鍒嗙被鍚�
-  brand: string // 鍝佺墝
-  model: string // 鍨嬪彿
-  purchaseDate: number // 閲囪喘鏃ユ湡
-  state: number //鐘舵��
-  comment: string // 澶囨敞
+  id?: number // id
+  devCodeIntrinsic?: string
+  devCodeHosp?: string
+  devCodeDept?: string
+  devId?: string // 璁惧缂栧彿
+  category?: string // 鍒嗙被鍚�
+  brand?: string // 鍝佺墝
+  model?: string // 鍨嬪彿
+  purchaseDate?: number // 閲囪喘鏃ユ湡
+  state?: number //鐘舵��
+  comment?: string // 澶囨敞
 }
 
 // 璁惧缁熻 VO

--
Gitblit v1.9.3