liyong
2026-01-20 0d217eeff1f9d23844a54e8dd2ffebd8b4c2c1c7
src/main/java/com/ruoyi/staff/pojo/StaffOnJob.java
@@ -59,8 +59,15 @@
    private String nativePlace;
    /**
     * 岗位
     * 部门岗位id
     */
//    @Excel(name = "岗位")
    private Integer deptPositionId;
//    @TableField(exist = false)
//    @Excel(name = "岗位")
//    private String deptPositionName;
    @Excel(name = "岗位")
    private String postJob;