优惠券 补充
This commit is contained in:
@@ -18,6 +18,7 @@ public class UserCouponVo {
|
|||||||
private BigDecimal fullAmount;
|
private BigDecimal fullAmount;
|
||||||
private BigDecimal discountAmount;
|
private BigDecimal discountAmount;
|
||||||
private BigDecimal discountRate;
|
private BigDecimal discountRate;
|
||||||
|
private BigDecimal maxDiscountAmount;
|
||||||
private Long couponId;
|
private Long couponId;
|
||||||
private String foods;
|
private String foods;
|
||||||
//优惠券名称
|
//优惠券名称
|
||||||
|
|||||||
@@ -79,6 +79,7 @@
|
|||||||
inRecord.full_amount as fullAmount,
|
inRecord.full_amount as fullAmount,
|
||||||
inRecord.discount_amount as discountAmount,
|
inRecord.discount_amount as discountAmount,
|
||||||
inRecord.discount_rate as discountRate,
|
inRecord.discount_rate as discountRate,
|
||||||
|
inRecord.max_discount_amount as maxDiscountAmount,
|
||||||
inRecord.coupon_id as couponId,
|
inRecord.coupon_id as couponId,
|
||||||
inRecord.name as name,
|
inRecord.name as name,
|
||||||
inRecord.type,
|
inRecord.type,
|
||||||
|
|||||||
Reference in New Issue
Block a user