huliguo
2025-04-21 17abf0608f62cdd318dba3e7b12a32ea486cb482
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/SeckillActivityInfo.java
@@ -9,6 +9,7 @@
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.util.List;
@@ -48,9 +49,9 @@
    @TableField("max_num")
    private Integer maxNum;
    @ApiModelProperty(value = "适用会员类型")
 /*   @ApiModelProperty(value = "适用会员类型")
    @TableField("vip_ids")
    private String vipIds;
    private String vipIds;*/
    @ApiModelProperty(value = "活动开始日期")
    @TableField("start_time")
@@ -68,8 +69,12 @@
    @TableField("is_shelves")
    private Integer isShelves;
    @ApiModelProperty(value = "活动价格")
    @TableField(exist = false)
    private List<GoodsSeckill> goodsSeckills;
    private BigDecimal sellingPrice;
    @TableField(exist = false)
    private GoodsSeckill goodsSeckills;
    @TableField(exist = false)
    private Goods goods;