Helius
2022-07-04 5f72ec020fc003d4b3d681e52c1f977ff1f3b95c
src/main/java/com/xcong/farmer/cms/modules/system/vo/AdminArticleVo.java
@@ -46,6 +46,9 @@
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date releaseTime;
    @ApiModelProperty(value = "设置成热门文章 0:否 1:是")
    private Integer isTop;
    @ApiModelProperty(value = "是否立即发布 0:否 1:是")
    private Integer releaseStatus;