| | |
| | | import lombok.Data; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @ClassName AppUnGetCouponPageVo |
| | |
| | | @ApiModelProperty(value = "优惠券id") |
| | | private String couponId; |
| | | |
| | | @ApiModelProperty("优惠券名称") |
| | | @ApiModelProperty(value = "优惠券名称") |
| | | private String couponName; |
| | | |
| | | @ApiModelProperty("优惠券类型1.满减2.折扣3.代金4.商品") |
| | | @ApiModelProperty(value = "优惠券类型1.满减2.折扣3.代金4.商品") |
| | | private Integer couponType; |
| | | |
| | | @ApiModelProperty(value ="优惠券关联商户",hidden = true) |
| | | private Long shopId; |
| | | |
| | | @ApiModelProperty(value ="优惠券关联商品",hidden = true) |
| | | private String relGoodsIds; |
| | | |
| | | @ApiModelProperty(value = "使用限制") |
| | | private String shopName; |
| | | private List<String> goodsLimitList; |
| | | |
| | | @ApiModelProperty(value = "门槛金额") |
| | | private BigDecimal moneyThreshold; |