From 32af4c7211d1bf20a44ba1d96a9c7431f44ecfa8 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 28 八月 2024 14:45:06 +0800 Subject: [PATCH] update --- src/api/ecg/room/index.ts | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/api/ecg/room/index.ts b/src/api/ecg/room/index.ts index 70fa94d..eee2ccd 100644 --- a/src/api/ecg/room/index.ts +++ b/src/api/ecg/room/index.ts @@ -2,11 +2,11 @@ // 璇婂鍜岃瘖鐤楀簥 VO export interface RoomVO { - id: number // - roomId: number // 璇婂缂栧彿 - roomName: string // 璇婂鍚嶇О - bedNo: string // 璇婄枟搴婄紪鍙� - status: number //寮�璇婄姸鎬� 0-鍏抽棴 1-鍏抽棴涓� 10-宸插紑閫� 20-鏈夊尰鐢� 30-鏆傚仠 + id: number | null // + roomId: number | null // 璇婂缂栧彿 + roomName: string | null // 璇婂鍚嶇О + bedNo: string | null // 璇婄枟搴婄紪鍙� + status: number | null //寮�璇婄姸鎬� 0-鍏抽棴 1-鍏抽棴涓� 10-宸插紑閫� 20-鏈夊尰鐢� 30-鏆傚仠 docId: number | null docName: string | null } -- Gitblit v1.9.3