1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
| {
| "autoMove": true,
| "id": "dataId",
| "name": "oaWorkflowData",
| "desc": "OA表单审批数据",
| "shareParam": "storeId",
| "shareColumn": "store_id",
| "shareName": "oa",
| "tableName": "oa_workflow_data",
| "param": {
| "dataId": "data_id",
| "businessKey": "business_key",
| "storeId": "store_id",
| "context": "context",
| "staffId": "staff_id",
| "staffName": "staff_name",
| "startTime": "start_time",
| "endTime": "end_time",
| "event": "event",
| "preDataId": "pre_data_id",
| "statusCd": "status_cd"
| },
| "required": [
| {
| "code": "businessKey",
| "msg": "业务不能为空"
| },
| {
| "code": "context",
| "msg": "审批内容不能为空"
| }
| ]
| }
|
|