src/main/java/org/springblade/modules/exam/vo/ExamPaperVO.java @@ -33,7 +33,12 @@ private Integer sex; /** * 考试 id * 报名 id */ private Long applyId; /** * 报名人数 */ private Integer num; }