snowy-main/src/main/java/vip/xiaonuo/modular/blogarticlecomment/entity/BlogArticleComment.java
@@ -141,4 +141,11 @@ @Excel(name = "是否已读 0:否 1是") private Integer isRead; /** * 是否已提醒 0:否 1:是 */ @Excel(name = "是否已提醒 0:否 1:是") private Integer isRemind; }