Commit 72e88a35 by 周晓航

创建订单 新增加价购商品类型传递

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent f8f1d198
...@@ -361,6 +361,11 @@ public class CreateOrderVo { ...@@ -361,6 +361,11 @@ public class CreateOrderVo {
private String picture; private String picture;
/** /**
* 加价购 可能会涉及 虚拟商品 类型 = 9
*/
private Integer productType;
/**
* 原价 入参不需要传,做对象组装使用 * 原价 入参不需要传,做对象组装使用
*/ */
private Long originalPrice; private Long originalPrice;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment