|
@@ -104,6 +104,7 @@ public class CourseBasicBean implements Serializable {
|
|
this.courseSuggest = trBasicInfo.getCourseSuggest();
|
|
this.courseSuggest = trBasicInfo.getCourseSuggest();
|
|
this.courseEnName = trBasicInfo.getCourseEnName();
|
|
this.courseEnName = trBasicInfo.getCourseEnName();
|
|
this.participantCount = trBasicInfo.getParticipantCount();
|
|
this.participantCount = trBasicInfo.getParticipantCount();
|
|
|
|
+ this.teacher = trBasicInfo.getTeacher();
|
|
}
|
|
}
|
|
|
|
|
|
public String getFinishPoints() {
|
|
public String getFinishPoints() {
|