| | |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @ClassName AppMemberCouponPageVo |
| | |
| | | public class AppMemberCouponPageVo { |
| | | |
| | | @ApiModelProperty(value = "用户优惠券id") |
| | | private String memberCouponId; |
| | | private Long memberCouponId; |
| | | |
| | | @ApiModelProperty(value = "优惠券名称") |
| | | private String couponName; |
| | |
| | | @ApiModelProperty(value ="优惠券关联商品",hidden = true) |
| | | private String relGoodsIds; |
| | | |
| | | @ApiModelProperty(value = "使用限制") |
| | | private List<String> goodsLimitList; |
| | | @ApiModelProperty(value = "商户限制") |
| | | private String shopLimit; |
| | | |
| | | @ApiModelProperty(value = "商品限制") |
| | | private String goodsLimit; |
| | | |
| | | @ApiModelProperty(value = "门槛金额") |
| | | private BigDecimal moneyThreshold; |