|
@@ -17,7 +17,7 @@ public class ExamPaperTypeRelationPK implements Serializable {
|
|
|
|
|
|
private Long courseId;
|
|
|
|
|
|
- private String pageType;
|
|
|
+ private String paperType;
|
|
|
|
|
|
public Long getExamId() {
|
|
|
return examId;
|
|
@@ -35,12 +35,12 @@ public class ExamPaperTypeRelationPK implements Serializable {
|
|
|
this.courseId = courseId;
|
|
|
}
|
|
|
|
|
|
- public String getPageType() {
|
|
|
- return pageType;
|
|
|
+ public String getPaperType() {
|
|
|
+ return paperType;
|
|
|
}
|
|
|
|
|
|
- public void setPageType(String pageType) {
|
|
|
- this.pageType = pageType;
|
|
|
+ public void setPaperType(String paperType) {
|
|
|
+ this.paperType = paperType;
|
|
|
}
|
|
|
|
|
|
}
|