|  |  |  | @ -4,15 +4,11 @@ import cn.estsh.i3plus.pojo.base.bean.BaseBean; | 
		
	
		
			
				|  |  |  |  | import io.swagger.annotations.Api; | 
		
	
		
			
				|  |  |  |  | import io.swagger.annotations.ApiParam; | 
		
	
		
			
				|  |  |  |  | import lombok.Data; | 
		
	
		
			
				|  |  |  |  | import javax.persistence.Inheritance; | 
		
	
		
			
				|  |  |  |  | import javax.persistence.InheritanceType; | 
		
	
		
			
				|  |  |  |  | import lombok.EqualsAndHashCode; | 
		
	
		
			
				|  |  |  |  | import org.hibernate.annotations.DynamicInsert; | 
		
	
		
			
				|  |  |  |  | import org.hibernate.annotations.DynamicUpdate; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | import javax.persistence.Column; | 
		
	
		
			
				|  |  |  |  | import javax.persistence.Entity; | 
		
	
		
			
				|  |  |  |  | import javax.persistence.Table; | 
		
	
		
			
				|  |  |  |  | import javax.persistence.*; | 
		
	
		
			
				|  |  |  |  | import java.io.Serializable; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | @Data | 
		
	
	
		
			
				
					|  |  |  | @ -37,4 +33,8 @@ public class MesPartProdCfgType extends BaseBean implements Serializable { | 
		
	
		
			
				|  |  |  |  |     @Column(name = "PROD_CFG_TYPE_CODE") | 
		
	
		
			
				|  |  |  |  |     @ApiParam("项目代码") | 
		
	
		
			
				|  |  |  |  |     private String prodCfgTypeCode; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     @Column(name = "CUST_PART_NO") | 
		
	
		
			
				|  |  |  |  |     @ApiParam("客户零件号") | 
		
	
		
			
				|  |  |  |  |     private String custPartNo; | 
		
	
		
			
				|  |  |  |  | } | 
		
	
	
		
			
				
					|  |  |  | 
 |