规范化后的skill

This commit is contained in:
2026-06-01 14:37:23 +08:00
parent 3d8df9b51f
commit 8dc6e5ab06
14 changed files with 1107 additions and 1139 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"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": []
}