KKSU
2023-12-21 91f6d758402918e7c3c951f57a93724dbef1fd91
src/main/java/cc/mrbird/febs/mall/vo/MallGoodsDetailsVo.java
@@ -68,4 +68,7 @@
    @ApiModelProperty(value = "样式")
    private List<GoodsDetailsStyleVo> styles;
    @ApiModelProperty(value = "评论数量")
    private Integer commentCount;
}