|  |  |  | @ -221,6 +221,11 @@ public class WmsPart extends BaseBean { | 
		
	
		
			
				|  |  |  |  |     @DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.NUMBER, isRequire = 2) | 
		
	
		
			
				|  |  |  |  |     private Double proportion; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     @Column(name = "STD_CHECK_TIME") | 
		
	
		
			
				|  |  |  |  |     @ApiParam(value = "标准质检时间") | 
		
	
		
			
				|  |  |  |  |     @DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.NUMBER, isRequire = 2) | 
		
	
		
			
				|  |  |  |  |     private Integer stdCheckTime; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     @Column(name = "IS_VALUABLE", columnDefinition = "int default 2") | 
		
	
		
			
				|  |  |  |  |     @ApiParam(value = "是否贵重") | 
		
	
		
			
				|  |  |  |  |     @DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.SELECT, isRequire = 2, dataSrc = "IS_VALUABLE") | 
		
	
	
		
			
				
					|  |  |  | 
 |