ALTER TABLE inspection_task ADD COLUMN accept_status INT DEFAULT 0 COMMENT '验收状态: 0=待验收, 1=已通过, 2=已退回';