add-api-licheb-customer-city

This commit is contained in:
lccsw
2021-08-31 10:01:32 +08:00
parent ca8e3d79b3
commit dc2f3c75d2
6 changed files with 32 additions and 18 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ create table lc_receiver_customers (
p_time timestamp not null default '0000-00-00 00:00:00' comment '分配时间',
cont_time timestamp not null default '0000-00-00 00:00:00' comment '最后联系时间',
buy_time tinyint(3) not null default '0' comment '预计购买时间',
user_json json default null comment '用户其它数据',
info_json json default null comment '用户其它数据',
car_json json default null comment '车信息',
jsondata json default null comment '其他信息',
status tinyint(1) not null default '0' comment '状态:-1删除 0未见客户 1到店客户 2订单客户 3战败客户',
+1 -1
View File
@@ -153,7 +153,7 @@ create table lc_receiver_order_signs (
-- Title:订单表
-- Author:lcc
-- Table:lc_receiver_orders
-- info_json entrust_name 代办人姓名 entrust_idcard 代办人身份证
-- info_json entrust_name 代办人姓名 entrust_idcard 代办人身份证 name 姓名 sex 性别 nation 民族 birth 出生日期 address 家庭地址 cardid 身份证 c_address 创建时输入的地址 c_cardid 创建时输入的身份证
-- ---------------------------
drop table if exists lc_receiver_orders;
create table lc_receiver_orders (