namespace Shentun.PeisReport.Api.Dto { public class IdNoInputDto { /// /// 身份证号码 /// public string IdNo { get; set; } } }