|  | @@ -45,7 +45,7 @@ public class OrderParam {
 | 
	
		
			
				|  |  |  	private String uuid;
 | 
	
		
			
				|  |  |  	@ApiModelProperty(value = "用户是否选择积分抵现(0不使用 1使用 默认不使用)")
 | 
	
		
			
				|  |  |  	private Integer isScorePay;
 | 
	
		
			
				|  |  | -	@ApiModelProperty(value = "配送类型 1:快递 2:自提 3:无需快递")
 | 
	
		
			
				|  |  | +	@ApiModelProperty(value = "配送类型 1:快递 2:自提 3:即时配送")
 | 
	
		
			
				|  |  |  	private Integer dvyType;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	@ApiModelProperty(value = "用户是否自己选择使用多少积分,为空则为默认全部使用")
 |