16 lines
		
	
	
		
			402 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			402 B
		
	
	
	
		
			C#
		
	
	
	
|  | using System; | |||
|  | 
 | |||
|  | namespace Model | |||
|  | { | |||
|  |     /// <summary> | |||
|  |     /// 质量验收数据 | |||
|  |     /// </summary> | |||
|  |     public class InspectionManagementOutput : BaseEntities | |||
|  |     { | |||
|  |         public string  Id { get; set; } | |||
|  |         public string BreakdownCode { get; set; } | |||
|  |         public string BreakdownName { get; set; } | |||
|  |         public string Basis { get; set; } | |||
|  |         public string CheckPoints { get; set; } | |||
|  |     } | |||
|  | } |