AI接入逻辑完善
This commit is contained in:
@@ -59,7 +59,7 @@ public class HotakeMeetingCalendarInfo extends BaseEntity
|
||||
private String messageVia;
|
||||
|
||||
/** 状态(0 取消,1 正常) */
|
||||
@ApiModelProperty("状态(0 取消,1 正常)")
|
||||
@ApiModelProperty("状态(0 取消,1 正常,2 已完成面试)")
|
||||
private String status;
|
||||
|
||||
@ApiModelProperty("岗位基本信息")
|
||||
@@ -69,4 +69,8 @@ public class HotakeMeetingCalendarInfo extends BaseEntity
|
||||
private List<HotakeMeetingCalendarDetail> calendarDetails;
|
||||
|
||||
|
||||
@ApiModelProperty("会议ID数据集合-查询使用")
|
||||
private List<Long> meetingIds;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user