可抵扣数量
This commit is contained in:
@@ -26,6 +26,10 @@ public class UserCouponVo {
|
||||
private Integer type;
|
||||
//到期时间
|
||||
private Date endTime;
|
||||
//可抵扣数量 商品券使用
|
||||
private Integer discountNum;
|
||||
private String useRule;
|
||||
private String ruleDetails;
|
||||
private String useRestrictions;
|
||||
private boolean isUse = false;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user