KKSU
2024-04-10 529ad9dd8d1876b57e852bc45b602ba3ccc8df2a
src/main/java/cc/mrbird/febs/mall/vo/MallGoodsCommentVo.java
@@ -32,4 +32,13 @@
    @ApiModelProperty(value = "是否匿名评价 1:匿名 2:不匿名")
    private Integer anonymousState;
    @ApiModelProperty(value = "好评 大于四星")
    private Integer greatNum;
    @ApiModelProperty(value = "好评 大于三星小于四星")
    private Integer goodNum;
    @ApiModelProperty(value = "差评 小于三星")
    private Integer badNum;
}