|
@@ -55,15 +55,6 @@ public class TAExamCourseTeacherDifficult implements Serializable {
|
|
|
@TableField(value = "course_name")
|
|
|
private String courseName;
|
|
|
|
|
|
- @ApiModelProperty(value = "试卷id")
|
|
|
- @JsonSerialize(using = ToStringSerializer.class)
|
|
|
- @TableField(value = "paper_id")
|
|
|
- private Long paperId;
|
|
|
-
|
|
|
- @ApiModelProperty(value = "试卷类型")
|
|
|
- @TableField(value = "paper_type")
|
|
|
- private String paperType;
|
|
|
-
|
|
|
@ApiModelProperty(value = "教师id")
|
|
|
@JsonSerialize(using = ToStringSerializer.class)
|
|
|
@TableField(value = "teacher_id")
|
|
@@ -93,22 +84,6 @@ public class TAExamCourseTeacherDifficult implements Serializable {
|
|
|
@TableField(value = "tea_avg_score_rate")
|
|
|
private BigDecimal teaAvgScoreRate;
|
|
|
|
|
|
- public Long getPaperId() {
|
|
|
- return paperId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPaperId(Long paperId) {
|
|
|
- this.paperId = paperId;
|
|
|
- }
|
|
|
-
|
|
|
- public String getPaperType() {
|
|
|
- return paperType;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPaperType(String paperType) {
|
|
|
- this.paperType = paperType;
|
|
|
- }
|
|
|
-
|
|
|
public static long getSerialVersionUID() {
|
|
|
return serialVersionUID;
|
|
|
}
|