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