liding
2025-12-03 c98d861d94f596c4423b418f7c935acd612c9b60
src/main/java/com/ruoyi/staff/pojo/StaffOnJob.java
@@ -35,7 +35,7 @@
    /**
     * 员工编号
     */
    @Excel(name = "员工编号")
    @Excel(name = "员工编号", type = Excel.Type.EXPORT, cellType = Excel.ColumnType.STRING)
    private String staffNo;
    /**
@@ -57,10 +57,14 @@
    private String nativePlace;
    /**
     * 岗位
     * 部门岗位id
     */
//    @Excel(name = "岗位")
    private Integer deptPositionId;
    @TableField(exist = false)
    @Excel(name = "岗位")
    private String postJob;
    private String deptPositionName;
    /**
     * 家庭住址