alter table is_training_paper add column is_close int(2) DEFAULT '0' COMMENT '是否手动关闭：0-否，1-是';

alter table is_training_course add column is_close int(2) DEFAULT '0' COMMENT '是否手动关闭：0-否，1-是';

alter table is_training_operate_check add column is_close int(2) DEFAULT '0' COMMENT '是否手动关闭：0-否，1-是';

alter table is_training_procure_course add column update_time datetime DEFAULT NULL COMMENT '更新时间';

alter table is_training_fee add column expriation_type int(2) DEFAULT NULL COMMENT '有效期：1-一年，2-永久有效';