This commit is contained in:
xiaoyu
2021-07-22 18:55:15 +08:00
parent b290c687f5
commit 235f8a0c6e
11 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ drop table if exists lc_receiver_order_bills;
create table lc_receiver_order_bills (
id int(10) unsigned not null auto_increment comment '自增id',
o_id int(10) unsigned not null default '0' comment '订单表id',
cardida varchar(100) not null default '' comment '份证正面图片',
cardidb varchar(100) not null default '' comment '份证正面图片',
cardida varchar(100) not null default '' comment '份证正面图片',
cardidb varchar(100) not null default '' comment '份证正面图片',
money decimal(10,2) not null default '0.00' comment '到账金额',
file varchar(100) not null default '' comment 'pdf文件',
jsondata json default null comment 'json数据',