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