hl_qwscrm_contact_follow_worker 企业员工跟进客户表
字段 | 类型 | 空 | 默认 | 注释 |
---|---|---|---|---|
id | int(11) | 否 | 不为空 | |
worker_id | int(11) | 否 | 0 | 通讯录职员worker表id |
contact_id | int(11) | 否 | 0 | 外部联系人客户contact表id |
contact_follow_id | int(11) | 否 | 0 | 跟进流程contact_follow表id |
content | text | 否 | null | 跟进内容 |
file_url | text | 否 | null | 附件url |
corp_id | int(11) | 否 | 0 | 所属企业corp表id |
store_id | int(11) | 否 | NULL | 商户id |
user_id | int(11) | 是 | NULL | 操作员id |
lib_id | int(11) | 否 | 不为空 | 库ID |
apply_id | varchar(120) | 否 | 不为空 | 版本标识 |
created_at | int(11) | 否 | 不为空 | 添加时间 |
updated_at | int(11) | 否 | 不为空 | 更新时间 |