eight
2025-04-11 11eda9ca87e07f0794a76f03fa2260e9641013cb
src/api/ecg/doctor/index.ts
@@ -20,9 +20,9 @@
  bedNo: string // 诊疗床编号
  patId: string // 患者编号
  checkType: number // 检查类型
  jumpFlag: number // 插队标记
  roomId_operator: number
  bedNo_operator: string
  jumpFlag?: number // 插队标记
  roomId_operator: number | null
  bedNo_operator: string | null
}
export interface PatientStatisticVO {