export class UploadFileAsBatchDto {
  opd_id: string;
  hospital_id: number;
  job_id?: string;
}
