|
@@ -14,8 +14,8 @@ public class TeacherClassHeadInfo {
|
|
|
@ApiModelProperty(value = "主教名称")
|
|
|
private String bishopTeacher;
|
|
|
|
|
|
- @ApiModelProperty(value = "助教编号")
|
|
|
- private Long teachingTeacherId;
|
|
|
+// @ApiModelProperty(value = "助教编号")
|
|
|
+// private Long teachingTeacherId;
|
|
|
|
|
|
@ApiModelProperty(value = "助教名称")
|
|
|
private String teachingTeacher;
|
|
@@ -80,13 +80,13 @@ public class TeacherClassHeadInfo {
|
|
|
this.bishopTeacher = bishopTeacher;
|
|
|
}
|
|
|
|
|
|
- public Long getTeachingTeacherId() {
|
|
|
- return teachingTeacherId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTeachingTeacherId(Long teachingTeacherId) {
|
|
|
- this.teachingTeacherId = teachingTeacherId;
|
|
|
- }
|
|
|
+// public Long getTeachingTeacherId() {
|
|
|
+// return teachingTeacherId;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setTeachingTeacherId(Long teachingTeacherId) {
|
|
|
+// this.teachingTeacherId = teachingTeacherId;
|
|
|
+// }
|
|
|
|
|
|
public String getTeachingTeacher() {
|
|
|
return teachingTeacher;
|