Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner

This commit is contained in:
pserimal
2023-06-21 20:26:49 +08:00
21 changed files with 162 additions and 79 deletions

View File

@@ -74,4 +74,8 @@ public class HyPartnerBaseInfoDO implements Serializable {
@ApiModelProperty("更新时间")
private Date updateTime;
private Date passTime;
private String passUserId;
}

View File

@@ -24,4 +24,6 @@ public class InterviewDetailInfoVO {
private Long lineId;
@ApiModelProperty("面试开始时间")
private Date startTime;
private Long interviewPlanId;
}

View File

@@ -58,7 +58,7 @@ public class PartnerLineInfoAndBaseInfoVO {
private String passCause;
@ApiModelProperty("通过时间")
private Date passTime;
private String passTime;
@ApiModelProperty("通过人名称")
private String passUserName;

View File

@@ -15,7 +15,7 @@ import java.util.List;
@Data
public class GetFreeBusyListVO {
@ApiModelProperty("日期列表(默认七天,只有请求参数中查询日期不传时才会返回,否则不返回)")
@ApiModelProperty("忙闲列表")
private List<CalendarInfo> calendarList;
}