fix
Hentua
2023-08-23 25828996cb8f2b971de722ce9a527c26bbc68cb2
src/main/java/cc/mrbird/febs/mall/vo/MallGoodsListVo.java
@@ -74,4 +74,7 @@
    @ApiModelProperty(value = "3级代理价格")
    private BigDecimal levelThreePrice;
    @ApiModelProperty(value = "是否收藏")
    private Integer hasCollect;
}