caozixuan 4 年之前
父節點
當前提交
5bda8b40db

+ 0 - 26
teachcloud-report-business/src/main/java/com/qmth/teachcloud/report/business/entity/TAExamCourseDifficult.java

@@ -50,16 +50,6 @@ public class TAExamCourseDifficult 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 = "college_id")
@@ -197,20 +187,4 @@ public class TAExamCourseDifficult implements Serializable {
     public void setColAvgScoreRate(BigDecimal colAvgScoreRate) {
         this.colAvgScoreRate = colAvgScoreRate;
     }
-
-    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;
-    }
 }

+ 0 - 25
teachcloud-report-business/src/main/java/com/qmth/teachcloud/report/business/entity/TAExamCourseTeacherDifficult.java

@@ -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;
     }