This commit is contained in:
yuhaiming
2026-04-24 14:14:41 +08:00
parent 0e02ae4bdc
commit def9b89ecd
881 changed files with 90160 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE flow_node MODIFY COLUMN node_ratio varchar(200) NULL COMMENT '流程签署比例值';
ALTER TABLE flow_node DROP COLUMN handler_type;
ALTER TABLE flow_node DROP COLUMN handler_path;