src/main/java/com/ruoyi/staff/pojo/StaffJoinLeaveRecord.java
@@ -36,6 +36,14 @@ private Integer staffState; /** * 试用期(月) */ @Excel(name = "试用期(月)") private Integer probationPeriod; /** * 员工编号 */ @Excel(name = "员工编号") @@ -60,8 +68,15 @@ private String nativePlace; /** * 岗位 * 部门岗位id */ // @Excel(name = "岗位") private Long deptPositionId; // @TableField(exist = false) // @Excel(name = "岗位") // private String deptPositionName; @Excel(name = "岗位") private String postJob;