9 天以前 84e29c9adb718b42a693e954d2b771651ef36796
yudao-module-hrm/src/main/java/cn/iocoder/yudao/module/hrm/controller/admin/employee/vo/HrmEmployeeRespVO.java
@@ -64,6 +64,26 @@
    @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;