ALTER TABLE `bladex`.`t_wms_inventory_detail` ADD COLUMN `in_library_status` tinyint(2) NULL COMMENT '在库状态 0不在库 1在库' AFTER `price`;