|
@@ -58,12 +58,6 @@ public class ExamQuestion implements Serializable {
|
|
|
@Column(name = "interval_score", nullable = false)
|
|
|
private Double intervalScore;
|
|
|
|
|
|
- /**
|
|
|
- * 考生人数
|
|
|
- */
|
|
|
- @Column(name = "total_count", nullable = true)
|
|
|
- private Integer totalCount;
|
|
|
-
|
|
|
/**
|
|
|
* 客观题判分策略(1-平均,2-最高,3-最低)
|
|
|
*/
|
|
@@ -211,14 +205,6 @@ public class ExamQuestion implements Serializable {
|
|
|
this.intervalScore = intervalScore;
|
|
|
}
|
|
|
|
|
|
- public Integer getTotalCount() {
|
|
|
- return totalCount;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTotalCount(Integer totalCount) {
|
|
|
- this.totalCount = totalCount;
|
|
|
- }
|
|
|
-
|
|
|
public ExamSubject getSubject() {
|
|
|
return subject;
|
|
|
}
|