Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
860f95c229
|
|
@ -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 '委外维修费用';
|
||||
|
|
|
|||
Loading…
Reference in New Issue