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; /** * 家庭住址