Commit 54138a24 authored by hongguangwu's avatar hongguangwu

MVP1.7.12-V59

parent 52fcc671
...@@ -223,6 +223,8 @@ public class TGzEmpInfoExportMain implements Serializable { ...@@ -223,6 +223,8 @@ public class TGzEmpInfoExportMain implements Serializable {
// 日期格式化 // 日期格式化
@ExcelProperty("预计转正日期") @ExcelProperty("预计转正日期")
private String probationDt; private String probationDt;
@ExcelAttribute(name = "合同签署主体", isDataId = true, readConverterExp = "V59=安徽皖信人力资源管理有限公司")
@ExcelProperty("合同签署主体") @ExcelProperty("合同签署主体")
private String neeProviderId; private String neeProviderId;
@ExcelProperty("合同工作地") @ExcelProperty("合同工作地")
......
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