Commit cc5f141a by wangjian

2025-03-03

parent cae8836f
...@@ -59,6 +59,7 @@ public class SchoolTeacherBasicInformation extends BaseEntity { ...@@ -59,6 +59,7 @@ public class SchoolTeacherBasicInformation extends BaseEntity {
/** 退休日期 (年月日) */ /** 退休日期 (年月日) */
@Excel(name = "退休日期" ,dateFormat="yyyy-MM-dd") @Excel(name = "退休日期" ,dateFormat="yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM-dd")
private Date txDate; private Date txDate;
// /** 退休年龄 */ // /** 退休年龄 */
// @Excel(name = "退休年龄") // @Excel(name = "退休年龄")
......
...@@ -64,6 +64,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity { ...@@ -64,6 +64,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
private Integer fileAge; private Integer fileAge;
/** 退休日期 (年月日) */ /** 退休日期 (年月日) */
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "退休日期" ,dateFormat="yyyy-MM-dd") @Excel(name = "退休日期" ,dateFormat="yyyy-MM-dd")
private Date txDate; private Date txDate;
/** 退休年龄 */ /** 退休年龄 */
......
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