luodangjia
2025-01-15 aade232ec0977b953bdccc20fa843913d7725bd2
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/SeckillActivityVO.java
@@ -50,6 +50,9 @@
    @ApiModelProperty(value = "基础售价")
    private BigDecimal sellingPrice;
    @ApiModelProperty(value = "基础积分")
    private Integer integral;
    @ApiModelProperty(value = "开始时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@@ -65,4 +68,9 @@
    @ApiModelProperty(value = "展示状态:0下架中  1上架中")
    private Integer showStatus;
    public Integer getType(){
        return goodsType;
    }
}