进入面试间增加修改房间状态及SQL查询优化
This commit is contained in:
@@ -67,7 +67,7 @@ public class HyPartnerInterviewDO implements Serializable {
|
||||
private Date passTime;
|
||||
|
||||
@ApiModelProperty("有效期")
|
||||
private Date expiryDate;
|
||||
private String expiryDate;
|
||||
|
||||
@ApiModelProperty("最近的日志消息")
|
||||
private String latestLogMessage;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package com.cool.store.vo.interview;
|
||||
|
||||
import com.cool.store.entity.EnterpriseUserDO;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -105,4 +106,10 @@ public class InterviewVO {
|
||||
@ApiModelProperty("飞书日程id")
|
||||
private String feishuScheduleId;
|
||||
|
||||
@ApiModelProperty("开发主管信息")
|
||||
private EnterpriseUserDO developmentDirector;
|
||||
|
||||
@ApiModelProperty("所属战区id")
|
||||
private String affiliationZone;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user