yaowanxin
3 天以前 5e55cbc7cf95b0f892ae4066a7699a5f76a0f2f3
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;
    /**
     * 家庭住址