智慧保安后台管理-外网
Administrator
2022-06-17 c7519882e4e76d88f2c008075c4cfee8e3187f21
src/main/java/org/springblade/modules/exam/vo/ExamSubjectChoicesVO.java
@@ -35,4 +35,14 @@
    * 上一题的答题结果,对,错  1:对  2:错
    */
   private Integer result;
   /**
    * 成绩id
    */
   private Long scoreId;
   /**
    * 模拟考试记录id
    */
   private Long simulateExamId;
}