| | |
| | | { |
| | | "autoMove": true, |
| | | "id": "xmlId", |
| | | "name": "oaWorkflowXml", |
| | | "desc": "OA流程图", |
| | | "shareParam": "storeId", |
| | | "shareColumn": "store_id", |
| | | "shareName": "oa", |
| | | "tableName": "oa_workflow_xml", |
| | | "param": { |
| | | "xmlId": "xml_id", |
| | | "flowId": "flow_id", |
| | | "skipLevel": "skip_level", |
| | | "describle": "describle", |
| | | "statusCd": "status_cd", |
| | | "communityId": "community_id", |
| | | "storeId": "store_id", |
| | | "bpmnXml": "bpmn_xml", |
| | | "svgXml": "svg_xml", |
| | | "statusCd": "status_cd" |
| | | "flowId": "flow_id", |
| | | "flowName": "flow_name", |
| | | "flowType": "flow_type", |
| | | "processDefinitionKey": "process_definition_key" |
| | | }, |
| | | "name": "workflow", |
| | | "shareColumn": "community_id", |
| | | "id": "flowId", |
| | | "shareName": "common", |
| | | "autoMove": true, |
| | | "required": [ |
| | | { |
| | | "code": "flowId", |
| | | "msg": "流程不能为空" |
| | | "msg": "流程ID不能为空", |
| | | "code": "flowId" |
| | | }, |
| | | { |
| | | "code": "bpmnXml", |
| | | "msg": "流程图不能为空" |
| | | "msg": "流程名称不能为空", |
| | | "code": "flowName" |
| | | }, |
| | | { |
| | | "msg": "跳过不能为空", |
| | | "code": "skipLevel" |
| | | }, |
| | | { |
| | | "msg": "小区ID不能为空", |
| | | "code": "communityId" |
| | | }, |
| | | { |
| | | "msg": "商户ID,用来做分区不能为空", |
| | | "code": "storeId" |
| | | }, |
| | | { |
| | | "msg": "数据状态不能为空", |
| | | "code": "statusCd" |
| | | }, |
| | | { |
| | | "msg": "流程类型不能为空", |
| | | "code": "flowType" |
| | | } |
| | | ] |
| | | ], |
| | | "desc": "工作流程", |
| | | "shareParam": "communityId", |
| | | "tableName": "workflow" |
| | | } |
| | | |