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