|
@@ -20,6 +20,9 @@ public class SysExamSongQueryInfo extends QueryInfo {
|
|
|
@ApiModelProperty(value = "曲库分类",required = true)
|
|
|
private Integer categoriesId;
|
|
|
|
|
|
+ @ApiModelProperty(value = "是否收费",required = true)
|
|
|
+ private Integer rankType;
|
|
|
+
|
|
|
private Integer sysMusicScoreId;
|
|
|
|
|
|
private Integer parentId;
|
|
@@ -30,6 +33,14 @@ public class SysExamSongQueryInfo extends QueryInfo {
|
|
|
|
|
|
private List<Integer> categoriesIdList;
|
|
|
|
|
|
+ public Integer getRankType() {
|
|
|
+ return rankType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setRankType(Integer rankType) {
|
|
|
+ this.rankType = rankType;
|
|
|
+ }
|
|
|
+
|
|
|
public List<Integer> getCategoriesIdList() {
|
|
|
return categoriesIdList;
|
|
|
}
|