mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-11 03:33:51 +08:00
update 升级warm-flow1.7.4->1.7.5-m2 优化流程图悬浮窗
This commit is contained in:
@@ -6,6 +6,7 @@ CREATE TABLE `flow_definition`
|
||||
`id` bigint NOT NULL COMMENT '主键id',
|
||||
`flow_code` varchar(40) NOT NULL COMMENT '流程编码',
|
||||
`flow_name` varchar(100) NOT NULL COMMENT '流程名称',
|
||||
`mode` varchar(40) NOT NULL DEFAULT 'CLASSICS' COMMENT '设计器模式(CLASSICS经典模式 MIMIC仿钉钉模式)',
|
||||
`category` varchar(100) DEFAULT NULL COMMENT '流程类别',
|
||||
`version` varchar(20) NOT NULL COMMENT '流程版本',
|
||||
`is_publish` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否发布(0未发布 1已发布 9失效)',
|
||||
|
||||
Reference in New Issue
Block a user