inleft
2022-08-21 7fe1bd7734e8a1f80523d5fce34290e3f20a7403
snowy-main/src/main/java/vip/xiaonuo/modular/blogarticlecomment/entity/BlogCommentVo.java
@@ -28,7 +28,7 @@
    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;
@@ -37,4 +37,12 @@
    private Integer authStatus;
    private Long articleId;
    private String articleTitle;
    private Integer commentType;
    private Integer isRead;
}