puzhibing
2025-01-11 c32e57ac03e0ab46d7e2c2a675695092a6fe439c
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/SeckillActivityVO.java
@@ -24,7 +24,7 @@
    private String introduction;
    @ApiModelProperty(value = "商品类型")
    private String goodsType;
    private Integer goodsType;
    @ApiModelProperty(value = "商品分类名称")
    private String goodsCategoryName;
@@ -50,6 +50,9 @@
    @ApiModelProperty(value = "基础售价")
    private BigDecimal sellingPrice;
    @ApiModelProperty(value = "基础积分")
    private Integer integral;
    @ApiModelProperty(value = "开始时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")