重庆sql

This commit is contained in:
liang.chao 2024-08-08 13:14:54 +08:00
parent e173553802
commit a5c7a3dc4e
1 changed files with 5 additions and 0 deletions

View File

@ -15,4 +15,9 @@ alter table lease_apply_info
alter table slt_agreement_info alter table slt_agreement_info
add lease_type varchar(10) null comment '领用类型0工程1长期'; add lease_type varchar(10) null comment '领用类型0工程1长期';
-- 委外维修费用
alter table repair_cost
add out_source_costs decimal(10, 2) null comment '委外维修费用';