snowy-main/src/main/java/vip/xiaonuo/modular/blogarticle/entity/BlogArticle.java
@@ -124,6 +124,10 @@ @Excel(name = "编辑状态 0:草稿 1:发布") private Integer editorStatus; @Excel(name = "是否允许评论 0:否 1:是") private Integer isAllowedComment; /** * 归档年份(以初次发布时间为准) */ @@ -162,4 +166,13 @@ @TableField(fill = FieldFill.INSERT) private Date createDate; private String videoIds; private String pictureIds; @TableField(value = "jump_url") private String jumpURL; }