From f4e6c04c2822bfb0094066181349ae355d8295ea Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Thu, 8 Aug 2024 13:40:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2024/南网仓储/bm_agreement_info_20240807.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/2024/南网仓储/bm_agreement_info_20240807.sql b/2024/南网仓储/bm_agreement_info_20240807.sql index 54d5d85..4640c81 100644 --- a/2024/南网仓储/bm_agreement_info_20240807.sql +++ b/2024/南网仓储/bm_agreement_info_20240807.sql @@ -15,4 +15,6 @@ alter table lease_apply_info alter table slt_agreement_info add lease_type varchar(10) null comment '领用类型(0工程1长期)'; - +-- 委外维修费用 +alter table repair_cost + add out_source_costs decimal(10, 2) null comment '委外维修费用';