|  |  |  | @ -8,14 +8,18 @@ import cn.estsh.i3plus.pojo.base.enumutil.WmsEnumUtil; | 
		
	
		
			
				|  |  |  |  | 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 lombok.ToString; | 
		
	
		
			
				|  |  |  |  | import org.hibernate.annotations.DynamicInsert; | 
		
	
		
			
				|  |  |  |  | import org.hibernate.annotations.DynamicUpdate; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | import javax.persistence.*; | 
		
	
		
			
				|  |  |  |  | import javax.persistence.Column; | 
		
	
		
			
				|  |  |  |  | import javax.persistence.Entity; | 
		
	
		
			
				|  |  |  |  | import javax.persistence.Index; | 
		
	
		
			
				|  |  |  |  | import javax.persistence.Inheritance; | 
		
	
		
			
				|  |  |  |  | import javax.persistence.InheritanceType; | 
		
	
		
			
				|  |  |  |  | import javax.persistence.Table; | 
		
	
		
			
				|  |  |  |  | import javax.persistence.Transient; | 
		
	
		
			
				|  |  |  |  | import java.util.List; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | /** | 
		
	
	
		
			
				
					|  |  |  | @ -269,6 +273,17 @@ public class WmsDocMovementMaster extends BaseBean { | 
		
	
		
			
				|  |  |  |  |             isRequire = 2, dataSrc = "/wms/wms-enum/dictionary/code?code=DOC_MOVEMENT_DEPARTMENT_REMARK", listColumnName = "name", explicitColumnName = "dictionaryValue") | 
		
	
		
			
				|  |  |  |  |     private String fourthRemake; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     /** | 
		
	
		
			
				|  |  |  |  |      * | 
		
	
		
			
				|  |  |  |  |      */ | 
		
	
		
			
				|  |  |  |  |     @Column(name = "SCRAP_TYPE") | 
		
	
		
			
				|  |  |  |  |     @ApiParam("报废类型") | 
		
	
		
			
				|  |  |  |  |     @AnnoOutputColumn(refClass = WmsEnumUtil.SCRAP_TYPE.class, refForeignKey = "value", value = "description") | 
		
	
		
			
				|  |  |  |  |     public Integer scrapType; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     @Column(name = "IS_REMOVE_ORDER") | 
		
	
		
			
				|  |  |  |  |     @ApiParam(value = "是否撤销单据") | 
		
	
		
			
				|  |  |  |  |     private Integer isRemoveOrder = CommonEnumUtil.FALSE; | 
		
	
	
		
			
				
					|  |  |  | 
 |