inleft
2024-05-18 2ddbd99aa5b2e396f96c6daba60fe1ac2573d9fb
snowy-main/src/main/java/vip/xiaonuo/modular/blogarticlecomment/entity/BlogArticleComment.java
@@ -135,4 +135,17 @@
    @TableField(fill = FieldFill.INSERT)
    private Date createDate;
    /**
     * 是否已读 0:否 1是
     */
    @Excel(name = "是否已读 0:否 1是")
    private Integer isRead;
    /**
     * 是否已提醒 0:否 1:是
     */
    @Excel(name = "是否已提醒 0:否 1:是")
    private Integer isRemind;
}