update 优化代码以及注释

This commit is contained in:
AprilWind
2025-01-15 20:46:11 +08:00
parent 089a79002f
commit 8f21e9e2fd
21 changed files with 60 additions and 49 deletions

View File

@@ -160,7 +160,7 @@ create table flow_category
ancestors varchar(500) default '' comment '祖级列表',
category_name varchar(30) not null comment '流程分类名称',
order_num int(4) default 0 comment '显示顺序',
del_flag char(1) default '0' comment '删除标志0代表存在 2代表删除)',
del_flag char(1) default '0' comment '删除标志0代表存在 1代表删除)',
create_dept bigint(20) null comment '创建部门',
create_by bigint(20) null comment '创建者',
create_time datetime null comment '创建时间',