机具类型新增是否成套字段

This commit is contained in:
liang.chao 2024-10-09 13:19:03 +08:00
parent 54a62e1588
commit 3712c06819
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- 是否是成套设备1
alter table ma_type
add is_whole_set int null comment '是否是成套设备1';

View File

@ -0,0 +1,3 @@
-- 是否是成套设备1
alter table ma_type
add is_whole_set int null comment '是否是成套设备1';