inleft
2022-08-18 c49fa0dc681a6db397afd226f01083ef6f8a1b18
snowy-main/src/main/java/vip/xiaonuo/modular/blogarticlecomment/entity/BlogArticleComment.java
@@ -135,4 +135,10 @@
    @TableField(fill = FieldFill.INSERT)
    private Date createDate;
    /**
     * 是否已读 0:否 1是
     */
    @Excel(name = "是否已读 0:否 1是")
    private Integer isRead;
}