-- 任务类型设置添加是否显示字段 alter table wm_task_type add display TINYINT(1) default 1 null comment '是否显示 0:不显示,1:显示';