Commit 9e89aa6f authored by fangxinjiang's avatar fangxinjiang

社保花名册导出增加离职日期-fxj

parent ab712934
...@@ -480,6 +480,7 @@ public class SocialHandleExportVo implements Serializable { ...@@ -480,6 +480,7 @@ public class SocialHandleExportVo implements Serializable {
/** /**
* 离职时间 * 离职时间
*/ */
@ExcelAttribute(name = "首次至缴纳地时间",isDate = true)
@ContentStyle(dataFormat = 49) @ContentStyle(dataFormat = 49)
@DateTimeFormat("yyyy-MM-dd") @DateTimeFormat("yyyy-MM-dd")
@Schema(description = "离职时间") @Schema(description = "离职时间")
......
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