智慧保安后台管理-外网-验收版本
tangzy
2021-12-02 f284ec0a229d32a72eb5ff7397f3b0507fdb2eb3
src/main/java/org/springblade/modules/exam/vo/ExamPaperVO.java
@@ -31,4 +31,14 @@
    * 性别 1 男  2 女
    */
   private Integer sex;
   /**
    * 考试 id
    */
   private Long applyId;
   /**
    * 报名人数
    */
   private Integer num;
}