namespace Shentun.PeisReport.Api.Dto.ReportBusiness { public class GetPeisReportByIdNoInputDto { /// /// 身份证号码 /// public string IdNo { get; set; } /// /// 查询报告的数量 默认2次 /// public int ReportCount { get; set; } = 2; } }