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