发货相关更新
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.peanut.modules.book.vo.response;
|
||||
|
||||
import com.peanut.modules.book.entity.ExpressOrder;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
@@ -81,4 +82,8 @@ public class BuyOrderResponseVo {
|
||||
* 发货时间
|
||||
*/
|
||||
private Date shippingTime;
|
||||
/**
|
||||
* 快递包裹
|
||||
*/
|
||||
private List<ExpressOrder> expressOrders;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user