|
|
|
@@ -39,6 +39,9 @@ public class WxCouponChannelVo extends WxCouponChannel implements Serializable { |
|
|
|
/*面额**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="面额",name="price") |
|
|
|
private Integer price; |
|
|
|
/*单位**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="单位0:钱分,1:小时",name="unit") |
|
|
|
private Integer unit; |
|
|
|
|
|
|
|
/*券类型(1.满减券,2.代金券,3.团购券,4.礼品券,5.停车券)**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="券类型(1.满减券,2.代金券,3.团购券,4.礼品券,5.停车券)",name="type") |
|
|
|
@@ -109,6 +112,14 @@ public class WxCouponChannelVo extends WxCouponChannel implements Serializable { |
|
|
|
return price; |
|
|
|
} |
|
|
|
|
|
|
|
public Integer getUnit() { |
|
|
|
return unit; |
|
|
|
} |
|
|
|
|
|
|
|
public void setUnit(Integer unit) { |
|
|
|
this.unit = unit; |
|
|
|
} |
|
|
|
|
|
|
|
public Integer getUseLimitQuantity() { |
|
|
|
return useLimitQuantity; |
|
|
|
} |
|
|
|
|