You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							15 lines
						
					
					
						
							386 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							15 lines
						
					
					
						
							386 B
						
					
					
				
								namespace Shentun.PeisReport.Api.Dto.ReportBusiness
							 | 
						|
								{
							 | 
						|
								    public class GetLisReportByIdNoInputDto
							 | 
						|
								    {
							 | 
						|
								        /// <summary>
							 | 
						|
								        /// 身份证号码
							 | 
						|
								        /// </summary>
							 | 
						|
								        public string IdNo { get; set; }
							 | 
						|
								
							 | 
						|
								        /// <summary>
							 | 
						|
								        /// 查询报告的时间  单位为天   默认30天
							 | 
						|
								        /// </summary>
							 | 
						|
								        public int ReportDay { get; set; } = 30;
							 | 
						|
								    }
							 | 
						|
								}
							 |