|
@@ -19,6 +19,8 @@ public class SysExamSongQueryInfo extends QueryInfo {
|
|
|
|
|
|
@ApiModelProperty(value = "曲库分类",required = true)
|
|
@ApiModelProperty(value = "曲库分类",required = true)
|
|
private String categoriesId;
|
|
private String categoriesId;
|
|
|
|
+
|
|
|
|
+ private String filterCategoriesIds;
|
|
|
|
|
|
@ApiModelProperty(value = "是否收费",required = true)
|
|
@ApiModelProperty(value = "是否收费",required = true)
|
|
private Integer rankType;
|
|
private Integer rankType;
|
|
@@ -142,4 +144,12 @@ public class SysExamSongQueryInfo extends QueryInfo {
|
|
public void setType(String type) {
|
|
public void setType(String type) {
|
|
this.type = type;
|
|
this.type = type;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public String getFilterCategoriesIds() {
|
|
|
|
+ return filterCategoriesIds;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setFilterCategoriesIds(String filterCategoriesIds) {
|
|
|
|
+ this.filterCategoriesIds = filterCategoriesIds;
|
|
|
|
+ }
|
|
}
|
|
}
|