ALTER TABLE `is_training_paper` ADD COLUMN `is_must_link` int(2) DEFAULT 0 COMMENT '是否必须链接参加考试：0-否,1-是';
