|
@@ -100,12 +100,6 @@ public class TRBasicInfo extends BaseEntity implements Serializable {
|
|
@ApiModelProperty(value = "课程考核成绩评价明细结果")
|
|
@ApiModelProperty(value = "课程考核成绩评价明细结果")
|
|
private String courseEvaluationResultDetail;
|
|
private String courseEvaluationResultDetail;
|
|
|
|
|
|
- @ApiModelProperty(value = "达成情况")
|
|
|
|
- private String finishPoints;
|
|
|
|
-
|
|
|
|
- @ApiModelProperty(value = "课程支撑毕业要求达成情况评价")
|
|
|
|
- private String requirementPoints;
|
|
|
|
-
|
|
|
|
@ApiModelProperty(value = "课程持续改进")
|
|
@ApiModelProperty(value = "课程持续改进")
|
|
private String courseSuggest;
|
|
private String courseSuggest;
|
|
|
|
|
|
@@ -122,7 +116,7 @@ public class TRBasicInfo extends BaseEntity implements Serializable {
|
|
|
|
|
|
public TRBasicInfo(Long cultureProgramId, Long courseId, String courseCode, String courseName,
|
|
public TRBasicInfo(Long cultureProgramId, Long courseId, String courseCode, String courseName,
|
|
String paperNumber, String openTime,
|
|
String paperNumber, String openTime,
|
|
- Long userId, String finishPoints, String requirementPoints,
|
|
|
|
|
|
+ Long userId,
|
|
String courseSuggest, String courseEnName, Long examId,
|
|
String courseSuggest, String courseEnName, Long examId,
|
|
ReportCourseBasicInfoDto reportCourseBasicInfoDto) {
|
|
ReportCourseBasicInfoDto reportCourseBasicInfoDto) {
|
|
insertInfo(userId);
|
|
insertInfo(userId);
|
|
@@ -138,8 +132,6 @@ public class TRBasicInfo extends BaseEntity implements Serializable {
|
|
this.profession = reportCourseBasicInfoDto.getProfession();
|
|
this.profession = reportCourseBasicInfoDto.getProfession();
|
|
this.courseDegree = reportCourseBasicInfoDto.getCourseDegree();
|
|
this.courseDegree = reportCourseBasicInfoDto.getCourseDegree();
|
|
this.courseEnName = courseEnName;
|
|
this.courseEnName = courseEnName;
|
|
- this.finishPoints = finishPoints;
|
|
|
|
- this.requirementPoints = requirementPoints;
|
|
|
|
this.courseSuggest = courseSuggest;
|
|
this.courseSuggest = courseSuggest;
|
|
this.examId = examId;
|
|
this.examId = examId;
|
|
this.college = reportCourseBasicInfoDto.getCollege();
|
|
this.college = reportCourseBasicInfoDto.getCollege();
|
|
@@ -153,22 +145,6 @@ public class TRBasicInfo extends BaseEntity implements Serializable {
|
|
this.courseEnName = courseEnName;
|
|
this.courseEnName = courseEnName;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getFinishPoints() {
|
|
|
|
- return finishPoints;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setFinishPoints(String finishPoints) {
|
|
|
|
- this.finishPoints = finishPoints;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getRequirementPoints() {
|
|
|
|
- return requirementPoints;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRequirementPoints(String requirementPoints) {
|
|
|
|
- this.requirementPoints = requirementPoints;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
public String getCourseSuggest() {
|
|
public String getCourseSuggest() {
|
|
return courseSuggest;
|
|
return courseSuggest;
|
|
}
|
|
}
|
|
@@ -233,8 +209,6 @@ public class TRBasicInfo extends BaseEntity implements Serializable {
|
|
this.profession = trBasicInfo.getProfession();
|
|
this.profession = trBasicInfo.getProfession();
|
|
this.courseEnName = trBasicInfo.getCourseEnName();
|
|
this.courseEnName = trBasicInfo.getCourseEnName();
|
|
this.college = trBasicInfo.getCollege();
|
|
this.college = trBasicInfo.getCollege();
|
|
- this.finishPoints = trBasicInfo.getFinishPoints();
|
|
|
|
- this.requirementPoints = trBasicInfo.getRequirementPoints();
|
|
|
|
this.courseSuggest = trBasicInfo.getCourseSuggest();
|
|
this.courseSuggest = trBasicInfo.getCourseSuggest();
|
|
}
|
|
}
|
|
|
|
|
|
@@ -246,16 +220,13 @@ public class TRBasicInfo extends BaseEntity implements Serializable {
|
|
this.teachingObject = trBasicInfo.getTeachingObject();
|
|
this.teachingObject = trBasicInfo.getTeachingObject();
|
|
this.teacher = trBasicInfo.getTeacher();
|
|
this.teacher = trBasicInfo.getTeacher();
|
|
this.director = trBasicInfo.getDirector();
|
|
this.director = trBasicInfo.getDirector();
|
|
- this.finishPoints = trBasicInfo.getFinishPoints();
|
|
|
|
- this.requirementPoints = trBasicInfo.getRequirementPoints();
|
|
|
|
this.courseSuggest = trBasicInfo.getCourseSuggest();
|
|
this.courseSuggest = trBasicInfo.getCourseSuggest();
|
|
}
|
|
}
|
|
|
|
|
|
public void setBasicInfo(Long examId, String courseCode, String courseName, String paperNumber, String openTime,
|
|
public void setBasicInfo(Long examId, String courseCode, String courseName, String paperNumber, String openTime,
|
|
Long cultureProgramId,
|
|
Long cultureProgramId,
|
|
Long courseId, String courseEnName,
|
|
Long courseId, String courseEnName,
|
|
- String finishPoints, String requirementPoints, String courseSuggest,
|
|
|
|
- ReportCourseBasicInfoDto reportCourseBasicInfoDto) {
|
|
|
|
|
|
+ String courseSuggest, ReportCourseBasicInfoDto reportCourseBasicInfoDto) {
|
|
this.examId = examId;
|
|
this.examId = examId;
|
|
this.courseCode = courseCode;
|
|
this.courseCode = courseCode;
|
|
this.courseName = courseName;
|
|
this.courseName = courseName;
|
|
@@ -271,8 +242,6 @@ public class TRBasicInfo extends BaseEntity implements Serializable {
|
|
this.profession = reportCourseBasicInfoDto.getProfession();
|
|
this.profession = reportCourseBasicInfoDto.getProfession();
|
|
this.courseEnName = courseEnName;
|
|
this.courseEnName = courseEnName;
|
|
this.college = reportCourseBasicInfoDto.getCollege();
|
|
this.college = reportCourseBasicInfoDto.getCollege();
|
|
- this.finishPoints = finishPoints;
|
|
|
|
- this.requirementPoints = requirementPoints;
|
|
|
|
this.courseSuggest = courseSuggest;
|
|
this.courseSuggest = courseSuggest;
|
|
}
|
|
}
|
|
|
|
|