This commit is contained in:
Cauchy
2023-10-23 16:41:00 +08:00
parent 9b37d2126a
commit 3a59fdb860
5 changed files with 200 additions and 11 deletions

View File

@@ -65,4 +65,16 @@ public class BuyOrderResponseVo {
* 用户信息
*/
private UserResponseVo userInfo;
/**
* 订单类型
*/
private String orderType;
/**
* 创建时间
*/
private Date createTime;
/**
* 发货时间
*/
private Date shippingTime;
}