|
@@ -39,6 +39,9 @@ public class BasicInfo {
|
|
@ApiModelProperty(value = "拟卷老师")
|
|
@ApiModelProperty(value = "拟卷老师")
|
|
private String teacherName;
|
|
private String teacherName;
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "课程名称")
|
|
|
|
+ private String courseName;
|
|
|
|
+
|
|
public Long getCollegeId() {
|
|
public Long getCollegeId() {
|
|
return collegeId;
|
|
return collegeId;
|
|
}
|
|
}
|
|
@@ -110,4 +113,12 @@ public class BasicInfo {
|
|
public void setTeacherName(String teacherName) {
|
|
public void setTeacherName(String teacherName) {
|
|
this.teacherName = teacherName;
|
|
this.teacherName = teacherName;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public String getCourseName() {
|
|
|
|
+ return courseName;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setCourseName(String courseName) {
|
|
|
|
+ this.courseName = courseName;
|
|
|
|
+ }
|
|
}
|
|
}
|