Commit 374981fc authored by hongguangwu's avatar hongguangwu

MVP1.7.12-导出

parent f6745523
......@@ -214,6 +214,7 @@ public class TGzEmpInfoExportMain implements Serializable {
// 日期格式化
@ExcelProperty("合同结束日期")
private String contractEndDt;
@ExcelAttribute(name = "试用期", isDataId = true, dataType = ExcelAttributeConstants.GZ_PROBATION)
@ExcelProperty("试用期")
private String probation;
......
......@@ -213,4 +213,6 @@ public class ExcelAttributeConstants {
public static final String GZ_ADDRESS_TYPE = "gz_address_type";
// 瓜子的是否新参社保
public static final String GZ_INSURANCE_STA = "gz_insurance_sta";
// 瓜子的试用期
public static final String GZ_PROBATION = "gz_probation";
}
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