Compare commits

...

2 Commits

Author SHA1 Message Date
liang.chao 860f95c229 Merge remote-tracking branch 'origin/dev' into dev 2024-08-08 13:43:10 +08:00
liang.chao 72b0f9de54 宁夏sql 2024-08-08 13:42:58 +08:00
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- 维修方式1内部2返厂3报废
alter table repair_cost
add repair_type varchar(10) null comment '维修方式1内部2返厂3报废';