623.sql 163 B

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