This commit is contained in:
wangjinlei
2024-05-15 11:33:12 +08:00
parent 51ecbdd01b
commit 098783925b
2 changed files with 10 additions and 0 deletions

View File

@@ -59,6 +59,10 @@ public class BuyOrderResponseVo {
* 运费
*/
private BigDecimal shippingPrice;
/**
* 积分抵扣
*/
private BigDecimal jfDeduction;
/**
* 商品列表
*/
@@ -89,6 +93,10 @@ public class BuyOrderResponseVo {
* 发货时间
*/
private Date shippingTime;
/**
* 收货地址
*/
private Integer addressId;
/**
* 快递包裹
*/