src/main/java/org/springblade/modules/apply/vo/ApplyVO.java @@ -83,4 +83,9 @@ */ private String realName; /** * 性别 1:男 2:女 */ private Integer sex; }