| | |
| | | @ExcelProperty("身份证号") |
| | | private String idCard; |
| | | |
| | | @Schema(description = "民族") |
| | | @ExcelProperty("民族") |
| | | private String nation; |
| | | |
| | | @Schema(description = "婚姻状态") |
| | | @ExcelProperty("婚姻状态") |
| | | private String marriageStatus; |
| | | |
| | | @Schema(description = "年龄") |
| | | @ExcelProperty("年龄") |
| | | private Integer age; |
| | | |
| | | @Schema(description = "学历") |
| | | @ExcelProperty("学历") |
| | | private String education; |
| | | |
| | | @Schema(description = "政治面貌") |
| | | @ExcelProperty("政治面貌") |
| | | private String politicalStatus; |
| | | |
| | | @Schema(description = "入职日期") |
| | | @ExcelProperty("入职日期") |
| | | private LocalDate hireDate; |