mitao
2024-07-03 750ef14659dd383c41e2349958f02f1564ca5ce6
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;
}