初始化添加warm-flow

This commit is contained in:
gssong
2024-08-04 13:47:48 +08:00
parent 782821aeb2
commit efb628be5f
83 changed files with 1642 additions and 7206 deletions

View File

@@ -83,7 +83,7 @@ create table wf_definition_config
table_name varchar(255) not null comment '表名',
definition_id varchar(255) not null comment '流程定义ID',
process_key varchar(255) not null comment '流程KEY',
version int(10) not null comment '流程版本',
version varchar(255) not null comment '流程版本',
create_dept bigint null comment '创建部门',
create_by bigint null comment '创建者',
create_time datetime null comment '创建时间',