namespace Shentun.PeisReport.Api.Dto.ReportBusiness { public class GetLisReportByIdNoInputDto { /// /// 身份证号码 /// public string IdNo { get; set; } /// /// 查询报告的时间 单位为天 默认30天 /// public int ReportDay { get; set; } = 30; } }