优化flowable接口
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
CREATE TABLE `flowable`.`process_node_param`
|
||||
(
|
||||
`id` bigint NOT NULL AUTO_INCREMENT,
|
||||
`processDefinitionId` varchar(64) DEFAULT NULL COMMENT '流程定义ID',
|
||||
`processInstanceId` varchar(64) DEFAULT NULL COMMENT '流程实例ID',
|
||||
`nodeId` varchar(64) DEFAULT NULL COMMENT '节点ID',
|
||||
`paramJson` text COMMENT '输入参数JSON',
|
||||
|
||||
Reference in New Issue
Block a user