src/main/java/org/springblade/modules/apply/vo/ExamPaymentVO.java
@@ -32,7 +32,6 @@ @Data @TableName("sys_apply") public class ExamPaymentVO extends ExamPayment implements Serializable { private static final long serialVersionUID = 1L; /** @@ -45,5 +44,24 @@ */ private Integer num; /** * 保安员姓名 */ private String realName; /** * 身份证号 */ private String idCardNo; /** * 性别 1男 2女 */ private Integer sex; /** * 联系电话 */ private String phone; }