Commit 28da4633 authored by fangxinjiang's avatar fangxinjiang

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

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