Commit df463efb authored by 赵啸非's avatar 赵啸非

修改员工导出

parent 62fa2cbe
...@@ -76,7 +76,7 @@ public class StaffEntity extends StaffVo { ...@@ -76,7 +76,7 @@ public class StaffEntity extends StaffVo {
/** /**
* 员工类型(1.全职,2.兼职,3.实习) * 员工类型(1.全职,2.兼职,3.实习)
*/ */
@Excel(name = "员工类型") @Excel(name = "员工类型", readConverterExp = "1=全职,2=兼职,3=实习")
private Integer staffType; private Integer staffType;
/** /**
* 员工状态(1.正式,2.试用,3.离职) * 员工状态(1.正式,2.试用,3.离职)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment