|
@@ -46,7 +46,8 @@ public class PreMerchantOrderVo implements Serializable {
|
|
private BigDecimal freightFee;
|
|
private BigDecimal freightFee;
|
|
@ApiModelProperty(value = "打包费用")
|
|
@ApiModelProperty(value = "打包费用")
|
|
private BigDecimal packingFee;
|
|
private BigDecimal packingFee;
|
|
-
|
|
|
|
|
|
+ @ApiModelProperty(value = "首单立减")
|
|
|
|
+ private BigDecimal firstDeduc;
|
|
@ApiModelProperty(value = "优惠券编号(选择优惠券时有值,不选时为0")
|
|
@ApiModelProperty(value = "优惠券编号(选择优惠券时有值,不选时为0")
|
|
private Integer userCouponId = 0;
|
|
private Integer userCouponId = 0;
|
|
|
|
|
|
@@ -100,4 +101,6 @@ public class PreMerchantOrderVo implements Serializable {
|
|
|
|
|
|
@ApiModelProperty(value = "系统表单内容")
|
|
@ApiModelProperty(value = "系统表单内容")
|
|
private String systemFormValue = "";
|
|
private String systemFormValue = "";
|
|
|
|
+ @ApiModelProperty(value = "是否免配送费:0-否,1-是")
|
|
|
|
+ private Integer isFreeDeliveFee;
|
|
}
|
|
}
|