old mode 100644
new mode 100755
| | |
| | | { |
| | | "autoMove": true, |
| | | "id": "logId", |
| | | "name": "machineTranslateError", |
| | | "desc": "IOT同步错误日志记录", |
| | | "shareParam": "communityId", |
| | | "shareColumn": "community_id", |
| | | "shareName": "common", |
| | | "tableName": "machine_translate_error", |
| | | "id": "xmlId", |
| | | "name": "oaWorkflowXml", |
| | | "desc": "OA流程图", |
| | | "shareParam": "storeId", |
| | | "shareColumn": "store_id", |
| | | "shareName": "oa", |
| | | "tableName": "oa_workflow_xml", |
| | | "param": { |
| | | "logId": "log_id", |
| | | "machineTranslateId": "machine_translate_id", |
| | | "communityId": "community_id", |
| | | "reqHeader": "req_header", |
| | | "reqBody": "req_body", |
| | | "resBody": "res_body", |
| | | "xmlId": "xml_id", |
| | | "flowId": "flow_id", |
| | | "storeId": "store_id", |
| | | "bpmnXml": "bpmn_xml", |
| | | "svgXml": "svg_xml", |
| | | "statusCd": "status_cd" |
| | | }, |
| | | "required": [ |
| | | { |
| | | "code": "logId", |
| | | "msg": "ID不能为空" |
| | | "code": "flowId", |
| | | "msg": "流程不能为空" |
| | | }, |
| | | { |
| | | "code": "bpmnXml", |
| | | "msg": "流程图不能为空" |
| | | } |
| | | ] |
| | | } |