This commit is contained in:
Cauchy
2023-10-19 17:54:38 +08:00
parent a4492f26e7
commit 7005fd8b4d
4 changed files with 25 additions and 15 deletions

View File

@@ -36,10 +36,6 @@ public class BuyOrderListResponseVo {
* 商品列表
*/
private List<GoodsResponseVo> goodsList;
/**
* 快递列表
*/
private List<ExpressResponseVo> expressList;
/**
* 收货人信息
*/

View File

@@ -23,4 +23,8 @@ public class GoodsResponseVo {
* 商品价格
*/
private BigDecimal productPrice;
/**
* 快递
*/
private ExpressQueryResponseVo expressInfo;
}