Files
fanwei-e10-api-doc/examples/sample-field-extraction.json
T

37 lines
844 B
JSON
Raw Normal View History

2026-06-01 14:37:23 +08:00
{
"workflowName": "用车审批流程",
"workflowId": "<WORKFLOW_ID_INTERNAL_ONLY>",
"formId": "<FORM_ID_INTERNAL_ONLY>",
"mainFields": [
{
"title": "申请人",
"dataKey": "applicant",
"type": "Employee",
"required": "需确认",
"businessGroup": "申请信息"
},
{
"title": "申请部门",
"dataKey": "department",
"type": "Department",
"required": "需确认",
"businessGroup": "申请信息"
},
{
"title": "用车日期",
"dataKey": "vehicleDate",
"type": "Date",
"required": "需确认",
"businessGroup": "用车信息"
},
{
"title": "用车事由",
"dataKey": "reason",
"type": "TextArea",
"required": "需确认",
"businessGroup": "用车信息"
}
],
"detailTables": []
}