liche update for admin auto car can edit at lists

This commit is contained in:
xxb
2021-08-09 17:21:00 +08:00
committed by lccsw
parent bc063fed9b
commit 475d1d1ecb
4 changed files with 136 additions and 34 deletions
+1
View File
@@ -75,3 +75,4 @@ create table lc_auto_cars (
primary key (id),
unique(attrs)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='车型库';
alter table lc_auto_cars add column month_pay double(10,2) not null default 0.0 comment '月供' after first_pay;