Commit cae8836f by wangjian

2025-02-28

parent 0f2ada0e
......@@ -116,27 +116,27 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
/**
* 现职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel(name = "现职称" ,dictType= "current_professional")
@Excel(name = "现具备专技资格" )
private String currentProfessionalTitle;
/**
* 现职称取得资格时间
*/
@Excel(name = "现职称取得时间" ,dateFormat="yyyy-MM")
@Excel(name = "现具备专技资格时间" ,dateFormat="yyyy-MM")
@JsonFormat(pattern = "yyyy-MM-dd")
private Date currentProfessionalTitleTime;
/**
* 现聘职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel(name = "现聘职称",dictType= "current_professional")
@Excel(name = "现聘专技资格")
private String currentHiringProfessionalTitle;
/**
* 现职称聘任时间
*/
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "现聘职称取得时间" ,dateFormat="yyyy-MM")
@Excel(name = "现聘专技资格时间" ,dateFormat="yyyy-MM")
private Date currentHiringProfessionalTitleTime;
/**
......
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