inleft
2022-08-12 fc74b40b05413d2fbf5667c129e23245d54ae6a8
snowy-main/src/main/java/vip/xiaonuo/modular/blogarticlecomment/entity/BlogCommentVo.java
@@ -28,9 +28,21 @@
    private String replyUserHomePage;
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm")
    private Date createDate;
    private List<BlogCommentVo> replyList;
    private Integer isHasNext;
    private Integer authStatus;
    private Long articleId;
    private String articleTitle;
    private Integer commentType;
    private Integer isRead;
}