更新:添加岗位匹配简历接口
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user