Commit 5199cd3f by 徐康

券批量查询参数更改

parent e3b19661
...@@ -98,6 +98,8 @@ public class McdNetCouponInfoRespDto { ...@@ -98,6 +98,8 @@ public class McdNetCouponInfoRespDto {
* 券状态 * 券状态
*/ */
private Integer status; private Integer status;
private Integer extend_type;
/** /**
* 只有商品券时返回 * 只有商品券时返回
*/ */
......
...@@ -23,6 +23,13 @@ public class McdNetCouponProductRespDto { ...@@ -23,6 +23,13 @@ public class McdNetCouponProductRespDto {
private String mcd_productCode; private String mcd_productCode;
/** /**
* 开个店商品id
*/
private String sku_id;
private String spu_id;
/**
* 商品名称 * 商品名称
*/ */
private String name; private String name;
......
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