添加候选人列表返回hire录用状态

This commit is contained in:
sh
2026-06-22 10:59:50 +08:00
parent 6ad695f52d
commit 0dfb45c25a
2 changed files with 3 additions and 1 deletions

View File

@@ -18,4 +18,6 @@ public class CandidateVO extends AppUser {
private String companyName;
@Excel(name = "岗位名称", sort = 1)
private String jobName;
@Excel(name = "是否录用 0录用 null未录用 2不录用", sort = 2)
private String hire;
}