ALTER TABLE `hazmat_manage`.`sys_company` ADD COLUMN `code` varchar(2) NULL COMMENT '公司唯一编码(2位)' AFTER `version`;