会销开始面试接口
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.cool.store.dto.exhibition;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author Fun Li 2023/11/30 15:03
|
||||
* @version 1.0
|
||||
*/
|
||||
@Data
|
||||
public class ExhibitionEnterInterviewDTO {
|
||||
|
||||
@ApiModelProperty("线索id")
|
||||
private String partnerLineId;
|
||||
|
||||
@ApiModelProperty("会销编号")
|
||||
private String exhibitionCode;
|
||||
|
||||
}
|
||||
@@ -65,6 +65,9 @@ public class PartnerLineInfoAndBaseInfoDTO {
|
||||
|
||||
private Integer lineStatus;
|
||||
|
||||
@ApiModelProperty("是否处在会销中")
|
||||
private Boolean whetherInExhibition;
|
||||
|
||||
@ApiModelProperty("常驻区域")
|
||||
private String liveArea;
|
||||
|
||||
|
||||
@@ -35,6 +35,9 @@ public class HyPartnerLineInfoDO implements Serializable {
|
||||
@ApiModelProperty("线索状态:0公海线索;1跟进中;2合作中;3黑名单")
|
||||
private Integer lineStatus;
|
||||
|
||||
@ApiModelProperty("是否处在会销中")
|
||||
private Boolean whetherInExhibition;
|
||||
|
||||
@ApiModelProperty("招商经理")
|
||||
private String investmentManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user