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,8 +57,15 @@ private String nativePlace; /** * 岗位 * 部门岗位id */ // @Excel(name = "岗位") private Integer deptPositionId; // @TableField(exist = false) // @Excel(name = "岗位") // private String deptPositionName; @Excel(name = "岗位") private String postJob;