From e84705f4809b57509b8665f0b5db4fc435e08496 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期四, 10 十月 2024 16:36:59 +0800 Subject: [PATCH] 工位状态 动态查看 --- src/api/ecg/room/index.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api/ecg/room/index.ts b/src/api/ecg/room/index.ts index b1b83c0..b8eaea9 100644 --- a/src/api/ecg/room/index.ts +++ b/src/api/ecg/room/index.ts @@ -10,6 +10,7 @@ status: number | null //寮�璇婄姸鎬� 0-鍏抽棴 1-鍏抽棴涓� 10-宸插紑閫� 20-鏈夊尰鐢� 30-鏆傚仠 docId: number | null docName: string | null + checkTypes: number[] } export interface MonitorInfo { -- Gitblit v1.9.3