xmmc归类

This commit is contained in:
2024-08-25 10:00:35 +08:00
parent 3afade2532
commit 535737bf1f
33 changed files with 2530 additions and 1058 deletions

View File

@@ -444,4 +444,8 @@ create table zt_check_audit
dept_id int(11) default null comment '部门id',
primary key (id)
) engine = innodb
auto_increment = 1 comment ='任务巡查审核表';
auto_increment = 1 comment ='任务巡查审核表';
ALTER TABLE zttb_task ADD `mc` varchar(255) DEFAULT NULL COMMENT '名称';
ALTER TABLE zt_task ADD `mc` varchar(255) DEFAULT NULL COMMENT '名称';
ALTER TABLE zftk_task ADD `mc` varchar(255) DEFAULT NULL COMMENT '名称';