snowy-main/src/main/java/vip/xiaonuo/modular/blogarticle/entity/BlogArticleVo.java
@@ -89,8 +89,14 @@ /** * 发布时间 */ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") private Date publishDate; /** * 更新时间 */ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") private Date updateDate; /** * 是否置顶 0:否 1:是 @@ -103,10 +109,19 @@ */ private Integer authStatus; /** * 是否允许评论 0:否 1:是 */ private Integer isAllowedComment; /** * 创建时间 * 是否有任意更新 */ private Date createDate; private Integer isAnyUpdate; /** * 外链跳转 */ private String jumpURL; }