liu
14 小时以前 c3b0503f8e2ecf955d0e8e4ca9294e6cd5199c0b
yudao-module-hrm/src/main/java/cn/iocoder/yudao/module/hrm/controller/admin/employee/vo/HrmEmployeeRespVO.java
@@ -32,12 +32,12 @@
    @ExcelProperty("部门名称")
    private String deptName;
    @Schema(description = "岗位ID")
    private Long postId;
    @Schema(description = "岗位ID列表")
    private List<Long> postIds;
    @Schema(description = "岗位名称")
    @Schema(description = "岗位名称列表")
    @ExcelProperty("岗位名称")
    private String postName;
    private String postNames;
    @Schema(description = "员工姓名")
    @ExcelProperty("员工姓名")
@@ -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;