|
@@ -56,6 +56,17 @@ public class NewsDTO implements Serializable {
|
|
|
@ApiModelProperty(value = "状态 1启用 0禁用")
|
|
|
private Integer status;
|
|
|
|
|
|
+ /**
|
|
|
+ * 简介
|
|
|
+ */
|
|
|
+ @ApiModelProperty(value = "简介")
|
|
|
+ private String introduction;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 文件
|
|
|
+ */
|
|
|
+ @ApiModelProperty(value = "文件")
|
|
|
+ private String fileUrl;
|
|
|
/**
|
|
|
* 浏览量
|
|
|
*/
|