提交 c94ea5e8 编写于 作者: huawei_code1994's avatar huawei_code1994

feat:支持商品页直接下单

上级 3455b220
......@@ -22,18 +22,22 @@ public class OrderSubmitVO extends BaseVO {
private String addressId;
/**
* 商品详情列表
* 如果携带skuId则表示该订单通过直接下单方式生成
* 否则从购物车中生成 -- 清空购物车
*/
private String skuId;
/**
* 直接下单时商品数量
*/
private Integer skuNumber;
/**
* 优惠券id
*/
private String couponId;
@Size(max = 500,message = "订单备注长度不能超过500")
@Size(max = 500, message = "订单备注长度不能超过500")
private String remark;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册