add-api-create_clues

This commit is contained in:
lccsw
2021-10-12 10:10:31 +08:00
parent 41e2c8c3c3
commit b83f549844
8 changed files with 237 additions and 245 deletions
+1
View File
@@ -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 '客户手机号码',