宁夏sql
This commit is contained in:
parent
a5c7a3dc4e
commit
72b0f9de54
|
|
@ -0,0 +1,3 @@
|
|||
-- 维修方式(1内部2返厂3报废)
|
||||
alter table repair_cost
|
||||
add repair_type varchar(10) null comment '维修方式(1内部2返厂3报废)';
|
||||
Loading…
Reference in New Issue