inleft
2022-08-12 ff14c4edc7aa41db4b8fd8722486027b8ff84af0
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;
}