|
|
@@ -249,5 +249,12 @@ public class WxCouponOrderBVo extends WxCouponOrder { |
|
|
} |
|
|
} |
|
|
return couponPriceStr; |
|
|
return couponPriceStr; |
|
|
} |
|
|
} |
|
|
|
|
|
@Excel(name = "配送类型", width = 50, orderNum = "16", replace = {"线上购买_0", "到店自提_1", "配送到家_2"}) |
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="配送类型 0:默认(无) 1:自提 2:配送",name="shippingType") |
|
|
|
|
|
private Integer shippingType; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "配送状态", width = 50, orderNum = "17", replace = {"线上购买_0", "待自提_10", "待自提_14", "已自提_15", "待发货_20", "待收货_24", "已收货_25"}) |
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="配送状态 0:默认(无) 1*:自提 2*:配送",name="shippingStatus") |
|
|
|
|
|
private Integer shippingStatus; |
|
|
|
|
|
|
|
|
} |
|
|
} |