Commit daae96d2 by 刘鹏飞

添加商品名称参数

parent 131e11f1
...@@ -246,6 +246,11 @@ public class BaseCreateOrderRequest extends BaseConfig { ...@@ -246,6 +246,11 @@ public class BaseCreateOrderRequest extends BaseConfig {
private String goodsId; private String goodsId;
/** /**
* 赠送商品名称
*/
private String goodsName;
/**
* 赠送商品数量 * 赠送商品数量
*/ */
private Integer qty; private Integer qty;
......
...@@ -372,6 +372,11 @@ public class CreateOrderVo { ...@@ -372,6 +372,11 @@ public class CreateOrderVo {
private String goodsId; private String goodsId;
/** /**
* 赠送商品名称
*/
private String goodsName;
/**
* 赠送商品数量 * 赠送商品数量
*/ */
private Integer qty; private Integer qty;
......
...@@ -239,6 +239,11 @@ public class CreateOrderRequest extends BaseRequest { ...@@ -239,6 +239,11 @@ public class CreateOrderRequest extends BaseRequest {
private String goodsId; private String goodsId;
/** /**
* 赠送商品名称
*/
private String goodsName;
/**
* 赠送商品数量 * 赠送商品数量
*/ */
private Integer qty; private Integer qty;
......
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