This commit is contained in:
yumoqing 2026-03-12 21:50:51 +08:00
parent 34ac11fa71
commit daca389d47
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
"summary": [{ "summary": [{
"name": "flow_definition", "name": "flow_definition",
"title": "流程定义", "title": "流程定义",
"primary": "id", "primary": ["id"],
"catelog": "entity" "catelog": "entity"
}], }],
"fields": [ "fields": [

View File

@ -2,7 +2,7 @@
"summary": [{ "summary": [{
"name": "flow_instance", "name": "flow_instance",
"title": "流程实例", "title": "流程实例",
"primary": "id", "primary": ["id"],
"catelog": "entity" "catelog": "entity"
}], }],
"fields": [ "fields": [

View File

@ -2,7 +2,7 @@
"summary": [{ "summary": [{
"name": "node_transfer", "name": "node_transfer",
"title": "节点转移表", "title": "节点转移表",
"primary": "id", "primary": ["id"],
"catelog": "relation" "catelog": "relation"
}], }],
"fields": [ "fields": [

View File

@ -2,7 +2,7 @@
"summary": [{ "summary": [{
"name": "node_execution", "name": "node_execution",
"title": "节点执行记录", "title": "节点执行记录",
"primary": "id", "primary": ["id"],
"catelog": "relation" "catelog": "relation"
}], }],
"fields": [ "fields": [