| | |
| | | @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; |
| | | |
| | | @ApiModelProperty(value = "文章详情") |
| | | private String articleDetails; |
| | | |
| | | @ApiModelProperty(value = "上传附件") |
| | | private String uploadFile; |
| | | |
| | | @ApiModelProperty(value = "1-站内 2-外部链接") |
| | | private Integer type; |
| | | |
| | | @ApiModelProperty(value = "外部链接地址") |
| | | private String articleUrl; |
| | | |
| | | @ApiModelProperty(value = "内容类型 1:文章 2:图片 3:文件 4:音频") |
| | | private Integer contentType; |
| | | } |