|
@@ -36,7 +36,7 @@ public class CourseStatisticQuery extends PageQuery implements JsonSerializable
|
|
|
* @See PaperBindingStatus.java
|
|
|
* 试卷绑定状态
|
|
|
*/
|
|
|
- private Integer bindingStatus;
|
|
|
+ private Integer paperBindingStatus;
|
|
|
|
|
|
public Long getOrgId() {
|
|
|
return orgId;
|
|
@@ -70,12 +70,12 @@ public class CourseStatisticQuery extends PageQuery implements JsonSerializable
|
|
|
this.paperId = paperId;
|
|
|
}
|
|
|
|
|
|
- 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;
|
|
|
}
|
|
|
|
|
|
}
|