Commit a110f961 by 周晓航

Merge branch 'KA-20210622-ID1032306总部和区域活动可同时生效-周晓航'

# Conflicts:
#	order-application-service/src/main/java/cn/freemud/entities/vo/PayGiftCouponVo.java
parents 08120ab8 ea4ccbef
......@@ -6,9 +6,14 @@ import lombok.Data;
public class PayGiftCouponVo {
/**
* 优惠券类型 0-商品券 1-代金券 2-折扣
* 优惠券类型 0-商品券 1-代金券 3-折扣券 4-换购券 5-配送
*/
private Integer couponType;
/**
* 活动ID
*/
private String activityId;
/**
* 活动code v1.5.4新增
*/
......@@ -29,7 +34,10 @@ public class PayGiftCouponVo {
* 抵扣金额
*/
private Integer discountAmount;
// 废弃
private String validityPeriodEnd;
// 废弃
private String validityPeriodStart;
/**
* 有效期 2019.01.12-2019.02.12
......@@ -44,4 +52,9 @@ public class PayGiftCouponVo {
* 券log
*/
private String logo;
/**
* 起用金额
*/
private String minAmount;
}
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