fix
Helius
2023-11-29 230719d14abc27910157b0c69e3b3278f492f100
src/main/java/cc/mrbird/febs/mall/vo/MallGoodsListVo.java
@@ -77,4 +77,7 @@
    @ApiModelProperty(value = "是否收藏")
    private Integer hasCollect;
    @ApiModelProperty(value = "销量排名")
    private Integer rank;
}