|  |  |  | @ -7,6 +7,7 @@ import io.swagger.annotations.Api; | 
		
	
		
			
				|  |  |  |  | import io.swagger.annotations.ApiParam; | 
		
	
		
			
				|  |  |  |  | import lombok.Data; | 
		
	
		
			
				|  |  |  |  | import lombok.EqualsAndHashCode; | 
		
	
		
			
				|  |  |  |  | import lombok.NoArgsConstructor; | 
		
	
		
			
				|  |  |  |  | import org.hibernate.annotations.DynamicInsert; | 
		
	
		
			
				|  |  |  |  | import org.hibernate.annotations.DynamicUpdate; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
	
		
			
				
					|  |  |  | @ -26,6 +27,7 @@ import javax.persistence.*; | 
		
	
		
			
				|  |  |  |  | @EqualsAndHashCode(callSuper = true) | 
		
	
		
			
				|  |  |  |  | @Inheritance(strategy = InheritanceType.JOINED) | 
		
	
		
			
				|  |  |  |  | @Api(value="南非看板订单号",description = "南非看板订单号") | 
		
	
		
			
				|  |  |  |  | @NoArgsConstructor | 
		
	
		
			
				|  |  |  |  | public class WmsECartOrderNoBuild extends BaseBean { | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     private static final long serialVersionUID = 7332606009041273554L; | 
		
	
	
		
			
				
					|  |  |  | @ -61,4 +63,5 @@ public class WmsECartOrderNoBuild extends BaseBean { | 
		
	
		
			
				|  |  |  |  |         this.destLocateNo = destLocateNo; | 
		
	
		
			
				|  |  |  |  |         this.srcZoneNo = srcZoneNo; | 
		
	
		
			
				|  |  |  |  |     } | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | } |