using System; using System.Collections.Generic; using System.Text; namespace Shentun.Peis.Reports { public class UploadPdfDto { public string File { get; set; } public string ReportId { get; set; } public string PatientId { get; set; } } }