xiaoyong931011
2023-02-22 11a0b98b93797e884bac39abbab086e82f924f9c
src/main/java/cc/mrbird/febs/mall/dto/ApiMallGoodsCommentDto.java
@@ -17,4 +17,7 @@
    @ApiModelProperty(value = "商品ID", example = "1")
    private Long goodsId;
    @ApiModelProperty(value = "评价等级", example = "1:好评2:中评3:差评")
    private Integer commentType;
}