Administrator
2021-07-18 d933448be36d77173a9039fe0c8d210d4e76798c
src/main/java/org/springblade/modules/apply/vo/ApplyVO.java
@@ -39,4 +39,20 @@
   private static final long serialVersionUID = 1L;
   /**
    * 试卷分数
    */
   private Integer paperScore;
   /**
    * 考试类型
    */
   private Integer examType;
   /**
    * 考试名称
    */
   private String examName;
}