Commit 5f93e10f by 周晓航

添加活动iid

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent c850e6e9
......@@ -9,6 +9,11 @@ public class PayGiftCouponVo {
* 优惠券类型 0-商品券 1-代金券 3-折扣券 4-换购券 5-配送券
*/
private Integer couponType;
/**
* 活动ID
*/
private String activityId;
/**
* 活动code v1.5.4新增
*/
......
......@@ -86,6 +86,7 @@ public class DemoDataMsg {
List<PayGiftCouponVo> demo111 =new ArrayList<>();
for (int i = 0; i < 2; i++) {
PayGiftCouponVo vo = new PayGiftCouponVo();
vo.setActivityId(i+"");
vo.setCouponType(i);
vo.setActivityCode(i+"");
vo.setCouponCode(i+"");
......
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