zengh
2021-07-18 2d45468ce5f1dcdc27141a61bcbdf41ca98b7e42
src/main/java/org/springblade/modules/apply/vo/ApplyVO.java
@@ -39,4 +39,15 @@
   private static final long serialVersionUID = 1L;
   /**
    * 试卷分数
    */
   private Integer paperScore;
   /**
    * 考试类型
    */
   private Integer examType;
}