推荐简历-邀约面试bug修复

This commit is contained in:
冯辉
2026-06-28 18:24:06 +08:00
parent b5b0567350
commit 61bfb68281
2 changed files with 6 additions and 0 deletions

View File

@@ -176,4 +176,8 @@ public class AppUser extends BaseEntity
//匹配描述
@TableField(exist = false)
private String matchLevelDesc;
/** 投递申请ID推荐简历关联查询时填充非app_user表字段 */
@TableField(exist = false)
private Long applyId;
}