inleft
2022-08-10 d80267c86dae99a64327cda6c7b48a7ce0f64f25
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;
}