ALTER TABLE `inspection_task` ADD COLUMN `inspection_status` tinyint DEFAULT 0 COMMENT '巡检状态:0=待巡检,1=已巡检' AFTER `inspection_location`;