Commit 622305be authored by fangxinjiang's avatar fangxinjiang

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

parent 5053f8f4
......@@ -481,10 +481,10 @@ public class SocialHandleExportVo implements Serializable {
/**
* 离职时间
*/
@ExcelAttribute(name = "离职时间")
@ExcelAttribute(name = "离职日期")
@ContentStyle(dataFormat = 49)
@Schema(description = "离职时间")
@Schema(description = "离职日期")
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("离职时间" )
@ExcelProperty("离职日期" )
private String leaveDate;
}
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