bm_storage_log

This commit is contained in:
sxu 2024-10-16 10:00:19 +08:00
parent 181f64b88d
commit e7a87da939
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- 退库接收-维修数量
alter table bm_storage_log
drop column maintenance_num;
alter table bm_storage_log
add repair_num int null comment '退库接收-维修数量' AFTER `pass_num`;