添加候选人列表返回hire录用状态
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user