edit-order-opt

This commit is contained in:
lccsw
2021-12-30 17:09:11 +08:00
committed by lccsw
parent 199f6a20da
commit 02b38fd74b
85 changed files with 10346 additions and 291 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ create table lc_biz (
alter table lc_biz add column type tinyint(1) not null default 0 comment '类型:1-合伙店,2-加盟店,3-代理店' after floor;
alter table lc_biz add column company_id int not null default 0 comment '公司ID' after type;
alter table lc_biz add column jsondata json null comment '其他数据' after company_id;
alter table lc_biz add srv_company_id int(11) not null default 0 comment '收服务费公司ID' after company_id;
alter table lc_biz add srv_company_id int(10) not null default 0 comment '收服务费公司ID' after company_id;
alter table lc_biz add car_brand_id int(10) not null default 0 comment '车辆品牌' after type;
-- ----------------------------
-- Title:品牌表