私海列表参数过多 优化入参为对象

This commit is contained in:
苏竹红
2023-12-18 16:05:01 +08:00
parent a74f480916
commit ea26167907
4 changed files with 38 additions and 81 deletions

View File

@@ -106,5 +106,17 @@ public class PrivateSeaLineListRequest extends PageInfoRequest {
@ApiModelProperty("排序顺序")
private String pageTurn;
@ApiModelProperty("招商经理用户ids")
private List<String> userIdList;
@ApiModelProperty("开发经理用户ids")
private List<String> developmentManagerList;
private String intentAreaName;
private Integer limit1;
private Integer limit2;
}