namespace Shentun.PeisReport.Api.Dto { public class DeleteReportInputDto { /// /// 预约编码 /// public string examRequestCode { get; set; } /// /// 医疗机构代码 /// public string yljgdm { get; set; } /// /// 医疗机构名称 /// public string yljgmc { get; set; } } }