Commit bdda1d11 authored by yanghao's avatar yanghao

fix: #720 【客户】跟进列表查询条件,下拉框不支持多选

parent 0ae0ff46
......@@ -86,14 +86,14 @@ public class CustomerFollowupQueryVO extends PageParam {
private Date endCreateTime;
@ApiModelProperty(value = "跟进类型,多选,逗号分隔")
@ApiModelProperty(value = "跟进类型,下拉多选")
private List<Integer> followTypes;
@ApiModelProperty(value = "跟进方式,多选,逗号分隔")
@ApiModelProperty(value = "跟进方式,下拉多选")
private List<Integer> followMethods;
@ApiModelProperty(value = "跟进结果,多选,逗号分隔")
@ApiModelProperty(value = "跟进结果,下拉多选")
private List<Integer> resultTypes;
//跟进状态,多选,逗号分隔
@ApiModelProperty(value = "跟进状态,多选,逗号分隔")
@ApiModelProperty(value = "跟进状态,下拉多选")
private List<Integer> statuses;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment