webc获取线索面试信息增加会销相关信息

This commit is contained in:
feng.li
2024-01-09 13:07:52 +08:00
parent 4d3fede659
commit a3e68bcc81
4 changed files with 38 additions and 10 deletions

View File

@@ -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;
}