预约面试功能开发

This commit is contained in:
francis-fh
2026-06-24 18:18:55 +08:00
parent a3cd9b0277
commit f51b1a3ce1
14 changed files with 354 additions and 23 deletions

View File

@@ -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)
*/