This commit is contained in:
parent
252dbb895e
commit
d0ebdd678b
|
|
@ -1,3 +0,0 @@
|
||||||
-- 维修方式(1内部2返厂3报废)
|
|
||||||
alter table repair_cost
|
|
||||||
add repair_type varchar(10) null comment '维修方式(1内部2返厂3报废)';
|
|
||||||
|
|
@ -20,4 +20,6 @@ alter table repair_cost
|
||||||
add out_source_costs decimal(10, 2) null comment '委外维修费用';
|
add out_source_costs decimal(10, 2) null comment '委外维修费用';
|
||||||
|
|
||||||
|
|
||||||
|
-- 维修方式(1内部2返厂3报废)
|
||||||
|
alter table repair_cost
|
||||||
|
add repair_type varchar(10) null comment '维修方式(1内部2返厂3报废)';
|
||||||
|
|
@ -18,3 +18,11 @@ alter table slt_agreement_info
|
||||||
-- 委外维修费用
|
-- 委外维修费用
|
||||||
alter table repair_cost
|
alter table repair_cost
|
||||||
add out_source_costs decimal(10, 2) null comment '委外维修费用';
|
add out_source_costs decimal(10, 2) null comment '委外维修费用';
|
||||||
|
|
||||||
|
|
||||||
|
-- 维修方式(1内部2返厂3报废)
|
||||||
|
alter table repair_cost
|
||||||
|
add repair_type varchar(10) null comment '维修方式(1内部2返厂3报废)';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue