求职者管理增加面试邀请功能

This commit is contained in:
francis-fh
2026-07-16 17:03:38 +08:00
parent acb0762dcc
commit a5946214a0
2 changed files with 3 additions and 0 deletions

View File

@@ -20,4 +20,6 @@ public class CandidateVO extends AppUser {
private String jobName;
private String interviewStatus;
private Long interviewId;
private Long jobId;
private Long companyId;
}