From ea7559346b1b52e71f3f3856c759b847a26ef360 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Fri, 27 Sep 2024 15:14:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=BA=86=E7=BB=93=E7=AE=97=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=A2=9D=E5=A4=96=E8=B4=B9=E7=94=A8=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202409/南网仓储/20240927_结算新增额外费用表.sql | 8 ++++++++ 202409/重庆机具/20240927_结算新增额外费用表.sql | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 202409/南网仓储/20240927_结算新增额外费用表.sql create mode 100644 202409/重庆机具/20240927_结算新增额外费用表.sql diff --git a/202409/南网仓储/20240927_结算新增额外费用表.sql b/202409/南网仓储/20240927_结算新增额外费用表.sql new file mode 100644 index 0000000..8314310 --- /dev/null +++ b/202409/南网仓储/20240927_结算新增额外费用表.sql @@ -0,0 +1,8 @@ +-- 结算额外增加费用表 +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 '结算额外增加费用表'; \ No newline at end of file diff --git a/202409/重庆机具/20240927_结算新增额外费用表.sql b/202409/重庆机具/20240927_结算新增额外费用表.sql new file mode 100644 index 0000000..8314310 --- /dev/null +++ b/202409/重庆机具/20240927_结算新增额外费用表.sql @@ -0,0 +1,8 @@ +-- 结算额外增加费用表 +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 '结算额外增加费用表'; \ No newline at end of file