lineSource
This commit is contained in:
@@ -4,6 +4,8 @@ import com.cool.store.common.PageBasicInfo;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Author suzhuhong
|
||||
* @Date 2024/3/29 15:09
|
||||
@@ -23,7 +25,7 @@ public class PublicLineListRequest extends PageBasicInfo {
|
||||
@ApiModelProperty("线索创建时间_结束")
|
||||
private String createTimeEnd;
|
||||
@ApiModelProperty("线索来源")
|
||||
private Integer lineSource;
|
||||
private List<Integer> lineSource;
|
||||
@ApiModelProperty("上一次招商经理ID")
|
||||
private String lastInvestmentManagerUserId;
|
||||
@ApiModelProperty("上一次招商经理ID")
|
||||
|
||||
Reference in New Issue
Block a user