更新:添加岗位匹配简历接口

This commit is contained in:
chenyanchang
2026-06-27 03:06:16 +08:00
parent 65566c16d4
commit af953826e4
6 changed files with 78 additions and 13 deletions

View File

@@ -168,4 +168,8 @@ public class AppUser extends BaseEntity
/** 1-大龄人员;2-低保人员;3-残疾人员;4-失地农名或联队职工;5-防止返贫;6-未就业大中专毕业生;7-退役军人;8-长期失业人员;9-城镇零就业家庭成员10.刑满释放人员 **/
@ApiModelProperty("用户类型,以逗号分隔")
private String userType;
//匹配描述
@TableField(exist = false)
private String matchLevelDesc;
}