using System; using System.Collections.Generic; using System.Text; namespace Shentun.Peis.PrintReports { public class PacsNoReportInputDto { public Guid PatientRegisterId { get; set; } public List CheckRequestNos { get; set; } } }