maven
2025-11-24 3e451c90f8734835743e9cebcf02ce30e577c28d
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;
    /**
     * 家庭住址