webc获取线索面试信息增加会销相关信息
This commit is contained in:
@@ -4,7 +4,6 @@ import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -91,4 +90,10 @@ public class PartnerInterviewInfoVO {
|
||||
@ApiModelProperty("该时间段面试预约人数")
|
||||
private Integer appointmentCount;
|
||||
|
||||
@ApiModelProperty("线索是否处于会销面试中")
|
||||
private Boolean whetherExhibitionInterview;
|
||||
|
||||
@ApiModelProperty(value = "线索报名的会销举办日期", example = "2024-01-09")
|
||||
private String exhibitionDate;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user