mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-09 18:53:45 +08:00
update 调整流程定义配置逻辑
This commit is contained in:
@@ -79,9 +79,10 @@ create table wf_definition_config
|
||||
(
|
||||
id bigint not null comment '主键'
|
||||
primary key,
|
||||
form_id bigint not null comment '表单ID',
|
||||
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 '流程版本',
|
||||
create_dept bigint null comment '创建部门',
|
||||
create_by bigint null comment '创建者',
|
||||
create_time datetime null comment '创建时间',
|
||||
|
||||
Reference in New Issue
Block a user