|
@@ -12,6 +12,9 @@ import io.swagger.annotations.ApiModelProperty;
|
|
@ApiModel("内容数据-声部")
|
|
@ApiModel("内容数据-声部")
|
|
public class SubjectHomeVo {
|
|
public class SubjectHomeVo {
|
|
|
|
|
|
|
|
+ @ApiModelProperty("排序")
|
|
|
|
+ private Integer index;
|
|
|
|
+
|
|
@ApiModelProperty("声部id")
|
|
@ApiModelProperty("声部id")
|
|
private Long subjectId;
|
|
private Long subjectId;
|
|
|
|
|
|
@@ -52,6 +55,14 @@ public class SubjectHomeVo {
|
|
private Integer videoNum;
|
|
private Integer videoNum;
|
|
|
|
|
|
|
|
|
|
|
|
+ public Integer getIndex() {
|
|
|
|
+ return index;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setIndex(Integer index) {
|
|
|
|
+ this.index = index;
|
|
|
|
+ }
|
|
|
|
+
|
|
public Long getSubjectId() {
|
|
public Long getSubjectId() {
|
|
return subjectId;
|
|
return subjectId;
|
|
}
|
|
}
|