智慧保安后台管理-外网-验收版本
tangzy
2021-12-06 cc057177b2fb17aee9a173a6adbabdc578fd74c7
src/main/java/org/springblade/modules/exam/entity/ExamScore.java
@@ -32,7 +32,7 @@
    * 准考证号
    */
   @TableField("candidate_no")
   private Long candidateNo;
   private String candidateNo;
   /**
    * 理论成绩
@@ -55,14 +55,7 @@
   /**
    * 考试类型 0:正式考试  1: 模拟考试  2:在线联系  3:调查问卷
    */
   @TableField("exam_type")
   private Integer examType;
   /**
    * 考试人员所属公司名称
    * 考试人员所属公司名称id
    */
   private String company;
@@ -102,5 +95,31 @@
   @TableField("all_score")
   private Integer allScore;
   /**
    * 是否合格  0:合格  1:不合格  2: 暂未录入实操成绩
    */
   private Integer qualified;
   @TableField("user_id")
   private String userId;
   /**
    * 考试id
    */
   @TableField("exam_id")
   private String examId;
   /**
    * 报名id
    */
   @TableField("apply_id")
   private Long applyId;
}