盘点编码入库问题修复

This commit is contained in:
sxu 2024-08-29 18:22:04 +08:00
parent e49885a629
commit 264944929c
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- 设备工器具类型
alter table ma_type_put_in_storage_info
add TYPE int null comment '设备工器具类型';

View File

@ -0,0 +1,3 @@
-- 设备工器具类型
alter table ma_type_put_in_storage_info
add TYPE int null comment '设备工器具类型';