add-api-create_clues
This commit is contained in:
@@ -162,6 +162,7 @@ drop table if exists lc_receiver_orders;
|
||||
create table lc_receiver_orders (
|
||||
id int(10) unsigned not null auto_increment comment '自增id',
|
||||
rid int(10) not null default '0' comment '客户池id',
|
||||
clue_id int(10) not null default '0' comment '线索id',
|
||||
sid varchar(32) not null comment '订单号',
|
||||
name varchar(32) not null comment '客户姓名',
|
||||
mobile varchar(11) not null comment '客户手机号码',
|
||||
|
||||
Reference in New Issue
Block a user