Commit 12327037 authored by hongguangwu's avatar hongguangwu

MVP1.6.4-社保士兵相关代码5-导出的表头

parent 7eb029d3
......@@ -24,10 +24,10 @@ public class SocialSoldierExportVo implements Serializable {
@ExcelProperty("派单类型")
private String type;
@Schema(description = "办理状态")
@Schema(description = "派单办理状态")
//@ExcelAttribute(name = "办理状态", readConverterExp = "0=未办理,1=全部办理成功,2=全部办理失败,3=部分办理成功,4=办理中", needExport = true)
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("办理状态")
@ExcelProperty("派单办理状态")
private String socialHandleStatus;
//@ExcelAttribute(name = "养老工伤失业-办理状态", readConverterExp = "0=无,1=待办理,2=自动办理中,3=继续办理,4=中止办理,5=人工处理,6=成功", needExport = true)
......@@ -105,12 +105,12 @@ public class SocialSoldierExportVo implements Serializable {
private String socialHouseholdName;
/**
* 缴纳地-省
* 社保缴纳地
*/
//@ExcelAttribute(name = "社保缴纳地-省", maxLength = 32, isArea = true, needExport = true)
@Schema(description = "社保缴纳地-省")
//@ExcelAttribute(name = "社保缴纳地", maxLength = 32, isArea = true, needExport = true)
@Schema(description = "社保缴纳地")
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("社保缴纳地-省")
@ExcelProperty("社保缴纳地")
private String socialProvince;
......@@ -122,9 +122,9 @@ public class SocialSoldierExportVo implements Serializable {
//@ExcelAttribute(name = "派单项", maxLength = 50, needExport = true)
@Schema(description = "派单项:如 养老、公积金")
@Schema(description = "派单项")
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("派单项:如 养老、公积金")
@ExcelProperty("派单项")
private String dispatchItem;
//@ExcelAttribute(name = "申请人", needExport = true)
......
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