| | |
| | | @ApiModelProperty(value = "作者") |
| | | private String author; |
| | | |
| | | @ApiModelProperty(value = "作者所属单位") |
| | | private String authorBelong; |
| | | |
| | | @ApiModelProperty(value = "描述") |
| | | private String remark; |
| | | |
| | |
| | | private String atlas; |
| | | |
| | | @ApiModelProperty(value = "发布时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @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; |
| | | |