bug fix
This commit is contained in:
@@ -65,4 +65,16 @@ public class BuyOrderResponseVo {
|
||||
* 用户信息
|
||||
*/
|
||||
private UserResponseVo userInfo;
|
||||
/**
|
||||
* 订单类型
|
||||
*/
|
||||
private String orderType;
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
private Date createTime;
|
||||
/**
|
||||
* 发货时间
|
||||
*/
|
||||
private Date shippingTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user