|
@@ -58,7 +58,7 @@ public class CourseStatistic extends IdEntity {
|
|
|
* @See PaperBindingStatus.java
|
|
|
* 试卷绑定状态
|
|
|
*/
|
|
|
- private Integer bindingStatus;
|
|
|
+ private Integer paperBindingStatus;
|
|
|
/**
|
|
|
* 考生人数
|
|
|
*/
|
|
@@ -120,12 +120,12 @@ public class CourseStatistic extends IdEntity {
|
|
|
this.coursePaperId = coursePaperId;
|
|
|
}
|
|
|
|
|
|
- public Integer getBindingStatus() {
|
|
|
- return bindingStatus;
|
|
|
+ public Integer getPaperBindingStatus() {
|
|
|
+ return paperBindingStatus;
|
|
|
}
|
|
|
|
|
|
- public void setBindingStatus(Integer bindingStatus) {
|
|
|
- this.bindingStatus = bindingStatus;
|
|
|
+ public void setPaperBindingStatus(Integer paperBindingStatus) {
|
|
|
+ this.paperBindingStatus = paperBindingStatus;
|
|
|
}
|
|
|
|
|
|
public Integer getTotalStudent() {
|