| | |
| | | import request from '@/config/axios' |
| | | import {RoomBedVO} from "@/api/ecg/doctor"; |
| | | |
| | | // 装机拆机 VO |
| | | export interface DevRentVO { |
| | |
| | | status: number | null //开诊状态 0-关闭 1-关闭中 10-已开通 20-有医生 30-暂停 |
| | | docId: number | null |
| | | docName: string | null |
| | | checkTypes: number[] |
| | | opType: number |
| | | checkTypes: number[] | null |
| | | opType: number | null |
| | | } |
| | | |
| | | export interface MonitorInfo { |
| | |
| | | roomId: null, |
| | | roomName: null, |
| | | bedNo: null, |
| | | ip: null, |
| | | status: null, |
| | | docId: null, |
| | | docName: null, |
| | |
| | | roomId: 0, |
| | | roomName: "", |
| | | bedNo: "", |
| | | ip: "", |
| | | status: null, |
| | | docId: null, |
| | | docName: null |
| | | docName: null, |
| | | checkTypes: null, |
| | | opType: null |
| | | } |
| | | } |
| | | } |