fix
Helius
2024-04-08 d0871f4f1ce14c6b74ef8378fd41067cdd213b1a
src/main/java/cc/mrbird/febs/mall/vo/MallGoodsListVo.java
@@ -74,4 +74,10 @@
    @ApiModelProperty(value = "3级代理价格")
    private BigDecimal levelThreePrice;
    @ApiModelProperty(value = "是否收藏")
    private Integer hasCollect;
    @ApiModelProperty(value = "销量排名")
    private Integer rank;
}