alter table stock_inventory add warehouse varchar(255) null comment '仓库'; alter table stock_uninventory add warehouse varchar(255) null comment '仓库'; alter table stock_in_record add warehouse varchar(255) null comment '仓库'; alter table approval_instance add warehouse varchar(255) null comment '仓库';