eight
2024-08-28 4dc604ec7fd0a30d5d85abbf1d70ad6b0b99841d
src/api/ecg/doctor/index.ts
@@ -1,8 +1,8 @@
import request from '@/config/axios'
export interface RoomBedVO {
  roomId: number // 诊室编号
  bedNo: string // 诊疗床编号
  roomId: number | null // 诊室编号
  bedNo: string | null // 诊疗床编号
}
export interface PatientVO {