Commit 621ee0cd by huluobin

Merge branch 'master' into 4.1

parents 4fe37ad8 7fbf7148
......@@ -152,6 +152,7 @@ public class CouponCustomerRelevance implements Serializable {
.discountAmount(coupon.getDiscountAmount())
//卡券折扣
.discountPercent(coupon.getDiscountRate())
.buyoutAmount(coupon.getBuyoutAmount())
//卡券支付基恩
.payAmount(coupon.getPayAmount())
//达到多少金额可用
......
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