预约面试功能开发
This commit is contained in:
@@ -77,6 +77,16 @@ public class InterviewInvitation extends BaseEntity {
|
||||
*/
|
||||
@ApiModelProperty("面试官联系方式")
|
||||
private String contactPhone;
|
||||
/**
|
||||
* 公司名称(冗余存储,创建时从company表获取)
|
||||
*/
|
||||
@ApiModelProperty("公司名称")
|
||||
private String companyName;
|
||||
/**
|
||||
* 岗位名称(冗余存储,创建时从job表获取)
|
||||
*/
|
||||
@ApiModelProperty("岗位名称")
|
||||
private String jobName;
|
||||
/**
|
||||
* 状态(pending/accepted/rejected/completed)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user