Compare commits
No commits in common. "187d010c3809a98f1003526f6e87614c6f94fde4" and "1784a96e01d11f49c1f11aa14b140b6f7f7690ba" have entirely different histories.
187d010c38
...
1784a96e01
|
|
@ -1,8 +0,0 @@
|
|||
-- 结算额外增加费用表
|
||||
create table slt_agreement_add_cost
|
||||
(
|
||||
id int auto_increment comment '主键id' primary key,
|
||||
cost_remark varchar(255) null comment '费用描述',
|
||||
add_cost decimal(10, 2) null comment '费用价格',
|
||||
agreement_id int null comment '协议id'
|
||||
) comment '结算额外增加费用表';
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
-- 结算额外增加费用表
|
||||
create table slt_agreement_add_cost
|
||||
(
|
||||
id int auto_increment comment '主键id' primary key,
|
||||
cost_remark varchar(255) null comment '费用描述',
|
||||
add_cost decimal(10, 2) null comment '费用价格',
|
||||
agreement_id int null comment '协议id'
|
||||
) comment '结算额外增加费用表';
|
||||
Loading…
Reference in New Issue