using System; using System.Collections.Generic; using System.Text; namespace Shentun.Peis.ThirdPartyPublicInterfaces { public class PatientPacsInfoInputDto { /// /// 体检编号 /// public string tjbh { get; set; } /// /// 检查类型 /// public string xmlx { get; set; } } }