fix
wangpengfei
2023-08-18 9a7e0a7da01a9f9625ceaca0c61a59c540c6438f
model/request/followRecord.go
@@ -25,3 +25,12 @@
   Id           int          `json:"id" gorm:"column:id;primary_key;AUTO_INCREMENT"`
   FollowRecord FollowRecord `json:"follow_record" binding:"required"`
}
type GetFollowRecordList struct {
   PageInfo
   SearchMap map[string]interface{} `json:"search_map"` // 搜索条件: map[string]interface{}{"name": "xxx"}; {"topic": "跟进主题", "member_name": "跟进人", "client_name": "客户名称", "client_status": "客户状态", "follow_time": "跟进时间", "next_follow_time": "下次跟进时间", "record": "跟进记录", "phone": "联系人电话", "contact_name": "联系人姓名", "sales_leads_id": "销售线索id", "sale_chance_id": "销售机会id"}
}
type DeleteFollowRecord struct {
   Ids []int `json:"ids"`
}