using System; using System.Collections.Generic; using System.Text; namespace Shentun.Peis.ThirdPartyPublicInterfaces { public class PublicPatientRegisterNoInputDto { /// /// 体检编号 /// public List PatientRegisterNos { get; set; } } }