智慧保安后台管理-外网
Administrator
2021-11-11 f0e2074cb81056813fe8b34aa6b7d8a2419e1bdf
src/main/java/org/springblade/modules/exam/vo/ExamSubjectChoicesVO.java
@@ -35,4 +35,9 @@
    * 上一题的答题结果,对,错  1:对  2:错
    */
   private Integer result;
   /**
    * 成绩id
    */
   private Long scoreId;
}