|
@@ -21,7 +21,7 @@ public class NewsInformationQueryInfo extends QueryInfo {
|
|
|
@NotBlank(message = "平台类型不能为空")
|
|
|
private String platformType;
|
|
|
|
|
|
- @ApiModelProperty(value = "子类型 IMAGE:图片,VIDEO:视频", required = false)
|
|
|
+ @ApiModelProperty(value = "子类型 章节id", required = false)
|
|
|
private String subType;
|
|
|
|
|
|
@ApiModelProperty(value = "资讯状态(0:禁用,1:启用)", required = false)
|
|
@@ -42,8 +42,20 @@ public class NewsInformationQueryInfo extends QueryInfo {
|
|
|
@ApiModelProperty("版本号")
|
|
|
private String version;
|
|
|
|
|
|
+ @ApiModelProperty("广告类型 IMAGE:图片,VIDEO:视频")
|
|
|
+ private String attribute2;
|
|
|
+
|
|
|
private Date date;
|
|
|
|
|
|
+
|
|
|
+ public String getAttribute2() {
|
|
|
+ return attribute2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAttribute2(String attribute2) {
|
|
|
+ this.attribute2 = attribute2;
|
|
|
+ }
|
|
|
+
|
|
|
public Integer getType() {
|
|
|
return type;
|
|
|
}
|