xiaoyong931011
2023-02-10 cb5d35ab1b7d235962f2690cb58b210ed81c4232
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;
}