baoshiwei
2025-05-20 eafecc3ac0227960f2b8fa377be27f066e10e50f
script/sql/ry_workflow.sql
@@ -160,7 +160,7 @@
    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 '创建时间',