|  |  |  | @ -54,4 +54,38 @@ public class ProductInfoManageModel { | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     @ApiParam("切换时间") | 
		
	
		
			
				|  |  |  |  |     private String switchTime; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     @ApiParam("工厂") | 
		
	
		
			
				|  |  |  |  |     private String organizeCode; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     @ApiParam("产线") | 
		
	
		
			
				|  |  |  |  |     private String workCenterCode; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     @ApiParam("工位") | 
		
	
		
			
				|  |  |  |  |     private String workCellCode; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     @ApiParam("队列类型") | 
		
	
		
			
				|  |  |  |  |     private Integer queueType; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     @ApiParam("工单类型") | 
		
	
		
			
				|  |  |  |  |     private String workType; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     @ApiParam("待生产序列") | 
		
	
		
			
				|  |  |  |  |     private Integer prodNum; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     @ApiParam("主队列序列") | 
		
	
		
			
				|  |  |  |  |     private Double queueSeq; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     @ApiParam("明细队列序列") | 
		
	
		
			
				|  |  |  |  |     private Double queDetailSeq; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     public ProductInfoManageModel() { | 
		
	
		
			
				|  |  |  |  |     } | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     public ProductInfoManageModel(String vinCode, String prodCfgTypeCode, String gradeCode, String produceColor) { | 
		
	
		
			
				|  |  |  |  |         this.vinCode = vinCode; | 
		
	
		
			
				|  |  |  |  |         this.prodCfgTypeCode = prodCfgTypeCode; | 
		
	
		
			
				|  |  |  |  |         this.gradeCode = gradeCode; | 
		
	
		
			
				|  |  |  |  |         this.produceColor = produceColor; | 
		
	
		
			
				|  |  |  |  |     } | 
		
	
		
			
				|  |  |  |  | } | 
		
	
	
		
			
				
					|  |  |  | 
 |