学生资助、学生奖惩、学籍异动内容修改

This commit is contained in:
2025-12-03 10:00:14 +08:00
parent 310bedb4b5
commit f8b635f060
54 changed files with 518 additions and 389 deletions

View File

@@ -164,6 +164,14 @@ private static final long serialVersionUID=1L;
@Excel(name = "岗位性质")
private String jobNature;
/**
* 职业技术职称
*/
@ApiModelProperty("职称")
@TableField("professional_title")
@Excel(name = "职称")
private String professionalTitle;
/**
* 参加工作时间
*/