Commit 2f92aa44 authored by hongguangwu's avatar hongguangwu

MVP1.7.12-导出

parent 976aba93
......@@ -67,13 +67,13 @@ public class TGzEmpInfoExportEducation implements Serializable {
private String gradutionType;
@ExcelProperty("专业")
private String major;
@ExcelAttribute(name = "是否最高学历", isDataId = true, readConverterExp = "Y=是,N=")
@ExcelAttribute(name = "是否最高学历", isDataId = true, readConverterExp = "Y=是,N=不是")
@ExcelProperty("是否最高学历")
private String highEduQualFlag;
@ExcelAttribute(name = "是否最高学位", isDataId = true, readConverterExp = "Y=是,N=")
@ExcelAttribute(name = "是否最高学位", isDataId = true, readConverterExp = "Y=是,N=不是")
@ExcelProperty("是否最高学位")
private String highEduDegreeFlag;
@ExcelAttribute(name = "是否第一学历", isDataId = true, readConverterExp = "Y=是,N=")
@ExcelAttribute(name = "是否第一学历", isDataId = true, readConverterExp = "Y=是,N=不是")
@ExcelProperty("是否第一学历")
private String firstDegreeFlag;
......
......@@ -54,7 +54,7 @@ public class TGzEmpInfoExportFamily implements Serializable {
private String familyAddress;
@ExcelProperty("所在单位名称")
private String familyCompany;
@ExcelAttribute(name = "是否客户单位任职", isDataId = true, readConverterExp = "Y=是,N=")
@ExcelAttribute(name = "是否客户单位任职", isDataId = true, readConverterExp = "Y=是,N=不是")
@ExcelProperty("是否客户单位任职")
private String gzEmeFlag;
@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