Administrator
4 days ago fa14d18506141aab48ed716767b298de495f36b6
src/main/java/cc/mrbird/febs/mall/vo/CollectionListVo.java
@@ -8,6 +8,9 @@
@ApiModel(value = "CollectionListVo", description = "会员收藏列表返回参数类")
public class CollectionListVo {
    @ApiModelProperty(value = "id")
    private Long id;
    @ApiModelProperty(value = "商品ID")
    private Long goodsId;