Commit 28da4633 authored by fangxinjiang's avatar fangxinjiang

社保公积金待购买起缴日期查询及导出-fxj

parent 07c59013
......@@ -122,14 +122,14 @@ public class TDispatchInfoPreExportVo implements Serializable {
@Schema(description = "养老起缴日期")
private String pensionStart;
/**
* 医疗起缴日期
* 工伤起缴日期
*/
@ExcelAttribute(name = "医疗起缴日期", isDate = true)
@ExcelProperty("医疗起缴日期")
@ExcelAttribute(name = "工伤起缴日期", isDate = true)
@ExcelProperty("工伤起缴日期")
@HeadFontStyle(fontHeightInPoints = 11)
@ColumnWidth(15)
@Schema(description = "医疗起缴日期")
private String medicalStart;
@Schema(description = "工伤起缴日期")
private String workInjuryStart;
/**
* 失业起缴日期
*/
......@@ -140,14 +140,14 @@ public class TDispatchInfoPreExportVo implements Serializable {
@Schema(description = "失业起缴日期")
private String unemployStart;
/**
* 工伤起缴日期
* 医疗起缴日期
*/
@ExcelAttribute(name = "工伤起缴日期", isDate = true)
@ExcelProperty("工伤起缴日期")
@ExcelAttribute(name = "医疗起缴日期", isDate = true)
@ExcelProperty("医疗起缴日期")
@HeadFontStyle(fontHeightInPoints = 11)
@ColumnWidth(15)
@Schema(description = "工伤起缴日期")
private String workInjuryStart;
@Schema(description = "医疗起缴日期")
private String medicalStart;
/**
* 生育起缴日期
*/
......
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