edit-licheb-api
This commit is contained in:
+3
-3
@@ -111,9 +111,9 @@ create table lc_auto_car_finance (
|
||||
id int(10) unsigned not null auto_increment comment '自增id',
|
||||
car_id int(10) unsigned not null default '0' comment '车型库id',
|
||||
fin_id int(10) unsigned not null default '0' comment '金融产品id',
|
||||
first_pay decimal(12,2) not null default '0.00' comment '首付(万元)',
|
||||
mouth_pay decimal(12,2) not null default '0.00' comment '月供',
|
||||
srv_pay decimal(12,2) not null default '0.00' comment '服务费',
|
||||
first_pay decimal(12,2) not null default '0.00' comment '首付(元)',
|
||||
mouth_pay decimal(12,2) not null default '0.00' comment '月供(元)',
|
||||
srv_pay decimal(12,2) not null default '0.00' comment '服务费(元)',
|
||||
num int(3) unsigned not null default '0' comment '金融期数',
|
||||
status tinyint(1) not null default '1' comment '状态:-1删除,0关闭,1开启',
|
||||
c_time int(10) not null default '0' comment '创建时间',
|
||||
|
||||
Reference in New Issue
Block a user