|
@@ -8,7 +8,6 @@ import io.swagger.annotations.ApiModelProperty;
|
|
|
import java.io.Serializable;
|
|
|
import java.math.BigDecimal;
|
|
|
import java.util.Date;
|
|
|
-import java.util.Objects;
|
|
|
|
|
|
/**
|
|
|
* @Description: 课程基本信息bean
|
|
@@ -104,6 +103,7 @@ public class CourseBasicBean implements Serializable {
|
|
|
this.requirementPoints = trBasicInfo.getRequirementPoints();
|
|
|
this.courseSuggest = trBasicInfo.getCourseSuggest();
|
|
|
this.courseEnName = trBasicInfo.getCourseEnName();
|
|
|
+ this.participantCount = trBasicInfo.getParticipantCount();
|
|
|
}
|
|
|
|
|
|
public String getFinishPoints() {
|