mitao
2025-03-07 e16a9f6a4238ec02dc754be7b94639ad8af4e5a8
ruoyi-modules/ruoyi-article/src/main/java/com/ruoyi/article/controller/forepart/vo/ArticleCommentsVO.java
@@ -47,5 +47,8 @@
    @ApiModelProperty("是否点赞 1 点赞, 2 未点赞")
    private Integer islike;
    @ApiModelProperty(value = "评论等级")
    private  Integer state;
    List<ArticleCommentsVO> articleCommentsVOList;
}