智慧保安后台管理-外网项目备份
zengh
2021-07-19 483603c229e627fbce22982a8204c70508688af3
src/main/java/org/springblade/modules/apply/vo/ApplyVO.java
@@ -39,4 +39,26 @@
   private static final long serialVersionUID = 1L;
   /**
    * 试卷分数
    */
   private Integer paperScore;
   /**
    * 考试类型
    */
   private Integer examType;
   /**
    * 考试名称
    */
   private String examName;
   /**
    * 保安单位名称
    */
   private String deptName;
}