mitao
2024-06-14 30aee72acaff7e1b865e3906f8a1edcaddae5c71
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/dto/AuctionCollectionDTO.java
@@ -22,4 +22,7 @@
    @ApiModelProperty(value = "商品名称")
    private String goodsSkuName;
    @ApiModelProperty(value = "1是普通商品,2 团购商品,3 秒杀商品")
    private Integer type;
}