|  |  | @ -4,15 +4,11 @@ import cn.estsh.i3plus.pojo.base.bean.BaseBean; | 
			
		
	
		
		
			
				
					
					|  |  |  | import io.swagger.annotations.Api; |  |  |  | import io.swagger.annotations.Api; | 
			
		
	
		
		
			
				
					
					|  |  |  | import io.swagger.annotations.ApiParam; |  |  |  | import io.swagger.annotations.ApiParam; | 
			
		
	
		
		
			
				
					
					|  |  |  | import lombok.Data; |  |  |  | import lombok.Data; | 
			
		
	
		
		
			
				
					
					|  |  |  | import javax.persistence.Inheritance; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | import javax.persistence.InheritanceType; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | import lombok.EqualsAndHashCode; |  |  |  | import lombok.EqualsAndHashCode; | 
			
		
	
		
		
			
				
					
					|  |  |  | 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.Table; |  |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | import java.io.Serializable; |  |  |  | import java.io.Serializable; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | /** |  |  |  | /** | 
			
		
	
	
		
		
			
				
					|  |  | @ -41,6 +37,10 @@ public class MesScatterBomCfg extends BaseBean implements Serializable { | 
			
		
	
		
		
			
				
					
					|  |  |  |     @ApiParam("客户零件号") |  |  |  |     @ApiParam("客户零件号") | 
			
		
	
		
		
			
				
					
					|  |  |  |     private String customerPartNo; |  |  |  |     private String customerPartNo; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     @Column(name = "PROD_CFG_TYPE_CODE") | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     @ApiParam("项目代码") | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     private String prodCfgTypeCode; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     @Column(name = "PART_LOCATION1") |  |  |  |     @Column(name = "PART_LOCATION1") | 
			
		
	
		
		
			
				
					
					|  |  |  |     @ApiParam("产品位置1") |  |  |  |     @ApiParam("产品位置1") | 
			
		
	
		
		
			
				
					
					|  |  |  |     private String partLocation1; |  |  |  |     private String partLocation1; | 
			
		
	
	
		
		
			
				
					|  |  | @ -92,4 +92,5 @@ public class MesScatterBomCfg extends BaseBean implements Serializable { | 
			
		
	
		
		
			
				
					
					|  |  |  |     @Column(name = "CHANGE_NO") |  |  |  |     @Column(name = "CHANGE_NO") | 
			
		
	
		
		
			
				
					
					|  |  |  |     @ApiParam("change No") |  |  |  |     @ApiParam("change No") | 
			
		
	
		
		
			
				
					
					|  |  |  |     private String changeNo; |  |  |  |     private String changeNo; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |