面试功能开发
This commit is contained in:
@@ -77,6 +77,11 @@ public class InterviewInvitation extends BaseEntity {
|
||||
*/
|
||||
@ApiModelProperty("面试官联系方式")
|
||||
private String contactPhone;
|
||||
/**
|
||||
* 面试官姓名
|
||||
*/
|
||||
@ApiModelProperty("面试官姓名")
|
||||
private String interviewerName;
|
||||
/**
|
||||
* 公司名称(冗余存储,创建时从company表获取)
|
||||
*/
|
||||
|
||||
@@ -18,4 +18,6 @@ public class CandidateVO extends AppUser {
|
||||
private String companyName;
|
||||
@Excel(name = "岗位名称", sort = 1)
|
||||
private String jobName;
|
||||
private String interviewStatus;
|
||||
private Long interviewId;
|
||||
}
|
||||
|
||||
@@ -11,4 +11,10 @@ public class InterviewInvitationVO extends InterviewInvitation {
|
||||
|
||||
@ApiModelProperty("岗位名称(来自关联查询的实时数据)")
|
||||
private String jobTitle;
|
||||
|
||||
@ApiModelProperty("求职者姓名(来自关联查询的实时数据)")
|
||||
private String applicantName;
|
||||
|
||||
@ApiModelProperty("求职者联系方式(来自关联查询的实时数据)")
|
||||
private String applicantPhone;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user