|
@@ -20,6 +20,9 @@ public class MusicGroupRegAndMoneyDto {
|
|
|
|
|
|
@ApiModelProperty(value = "乐团状态", required = false)
|
|
|
private String musicGroupStatus;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "课程展现形式",required = false)
|
|
|
+ private Integer courseViewType;
|
|
|
|
|
|
@ApiModelProperty(value = "预报名人数", required = false)
|
|
|
private Integer preRegNum = 0;
|
|
@@ -173,4 +176,12 @@ public class MusicGroupRegAndMoneyDto {
|
|
|
public void setCloudTeacherStudentNumOfApply(Integer cloudTeacherStudentNumOfApply) {
|
|
|
this.cloudTeacherStudentNumOfApply = cloudTeacherStudentNumOfApply;
|
|
|
}
|
|
|
+
|
|
|
+ public Integer getCourseViewType() {
|
|
|
+ return courseViewType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void Integer(Integer courseViewType) {
|
|
|
+ this.courseViewType = courseViewType;
|
|
|
+ }
|
|
|
}
|