eight
2025-04-11 348e6bcdc7fa566a48b96dea53d24ec6dda49e1d
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 {