面试详情增加预约情况相关信息
This commit is contained in:
@@ -127,4 +127,13 @@ public class InterviewVO {
|
||||
@ApiModelProperty("所属战区id")
|
||||
private String affiliationZone;
|
||||
|
||||
@ApiModelProperty("该时间段是否被预约成功")
|
||||
private Boolean booked;
|
||||
|
||||
@ApiModelProperty("该时间段面试预约人数")
|
||||
private Integer appointmentCount;
|
||||
|
||||
@ApiModelProperty("该时段是否是自己预约的(不一定代表预约成功)")
|
||||
private Boolean selfBooked;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user