|  |  | @ -8,12 +8,7 @@ import org.hibernate.annotations.ColumnDefault; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.hibernate.annotations.DynamicInsert; |  |  |  | import org.hibernate.annotations.DynamicInsert; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.hibernate.annotations.DynamicUpdate; |  |  |  | import org.hibernate.annotations.DynamicUpdate; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | import javax.persistence.Column; |  |  |  | import javax.persistence.*; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | import javax.persistence.Entity; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | import javax.persistence.Index; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | import javax.persistence.Inheritance; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | import javax.persistence.InheritanceType; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | import javax.persistence.Table; |  |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | import java.io.Serializable; |  |  |  | import java.io.Serializable; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | /** |  |  |  | /** | 
			
		
	
	
		
		
			
				
					|  |  | @ -74,4 +69,8 @@ public class MesQueueJitActualBom extends BaseBean implements Serializable { | 
			
		
	
		
		
			
				
					
					|  |  |  |     @Column(name = "PART_COLOR_VALUE") |  |  |  |     @Column(name = "PART_COLOR_VALUE") | 
			
		
	
		
		
			
				
					
					|  |  |  |     @ApiParam("零件色值") |  |  |  |     @ApiParam("零件色值") | 
			
		
	
		
		
			
				
					
					|  |  |  |     private String partColorValue; |  |  |  |     private String partColorValue; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     @Transient | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     @ApiParam("物料名称") | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     private String partName; | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |