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