Administrator
2021-08-25 0b3f78d68b3d614cb6231c26a70e2aebcf98a2d4
src/main/java/org/springblade/modules/exam/vo/ExamPaperVO.java
@@ -31,4 +31,9 @@
    * 性别 1 男  2 女
    */
   private Integer sex;
   /**
    * 考试 id
    */
   private Long applyId;
}