Commit 7fe711b7 authored by fangxinjiang's avatar fangxinjiang

项目档案新增字段“标签”

parent 362ebc62
...@@ -474,6 +474,14 @@ public class EmployeeProjectExportParamVO extends BaseEntity { ...@@ -474,6 +474,14 @@ public class EmployeeProjectExportParamVO extends BaseEntity {
@ExcelProperty(value ="社保所在县") @ExcelProperty(value ="社保所在县")
private String socialTown; private String socialTown;
/**
* 标签
*/
@ExcelAttribute(name = "标签",maxLength = 20)
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value ="标签")
private String empLabel;
private String[] socialStatusArray; private String[] socialStatusArray;
private String[] fundStatusArray; private String[] fundStatusArray;
......
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