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