| | |
| | | public class SeckillActivityVO { |
| | | |
| | | @ApiModelProperty(value = "活动id") |
| | | private Integer id; |
| | | private String id; |
| | | |
| | | @ApiModelProperty(value = "商品id") |
| | | private Integer goodsId; |
| | | |
| | | @ApiModelProperty(value = "商品名称") |
| | | private String goodsName; |
| | |
| | | private String introduction; |
| | | |
| | | @ApiModelProperty(value = "商品类型") |
| | | private String goodsType; |
| | | private Integer goodsType; |
| | | |
| | | @ApiModelProperty(value = "商品分类名称") |
| | | private String goodsCategoryName; |
| | |
| | | @ApiModelProperty(value = "基础售价") |
| | | private BigDecimal sellingPrice; |
| | | |
| | | @ApiModelProperty(value = "基础积分") |
| | | private Integer integral; |
| | | |
| | | |
| | | @ApiModelProperty(value = "开始时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |