Commit 60b3c19a authored by yanghao's avatar yanghao

chore: 客户跟进联系人由名称修改为id,并在列表中返回联系人电话.

parent 8cfe987a
......@@ -120,5 +120,6 @@ public class CustomerFollowupDO extends BaseDO {
@ApiModelProperty(value = "联系人电话")
@TableField(exist = false)
private String contactPhone;
}
### 客户跟进
GET {{baseUrl}}/customer/followup/page?pageNo=1&pageSize=10&total=0&customerId=51966
Authorization: Bearer {{token}}
tenant-id: {{adminTenentId}}
Content-Type: application/json
\ No newline at end of file
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