分配功能
**相对URL**
> api/customer/distributionCustomer
**支持格式**
> multipart/form-data
**HTTP请求方式**
>POST
**注意
customerQueryReqDto 为查询总数量请求条件,
distributionCustomerDtoList 分别包含分配用户的id和分配的数量
**请求参数**
{
"customerQueryReqDto":{
"brandName":"",
"carNo":"",
"endRegisterTime":1587477147699,
"inJob":"",
"isHigh":"",
"isTransfer":false,
"lastCompanyCode":"",
"maxPurchasePrice":0,
"minPurchasePrice":0,
"ownerShip":"",
"renewalState":"",
"startRegisterTime":1587477147699,
"tenantCode":""
},
"distributionCustomerDtoList":[
{
"number":10,
"userId":11
}
]
}