| | |
| | | { |
| | | "autoMove": true, |
| | | "id": "backId", |
| | | "name": "reportInfoBackCity", |
| | | "desc": "返省上报", |
| | | "shareParam": "communityId", |
| | | "shareColumn": "community_id", |
| | | "shareName": "report", |
| | | "tableName": "report_info_back_city", |
| | | "id": "xmlId", |
| | | "name": "oaWorkflowXml", |
| | | "desc": "OA流程图", |
| | | "shareParam": "storeId", |
| | | "shareColumn": "store_id", |
| | | "shareName": "oa", |
| | | "tableName": "oa_workflow_xml", |
| | | "param": { |
| | | "backId": "back_id", |
| | | "name": "name", |
| | | "communityId": "community_id", |
| | | "idCard": "id_card", |
| | | "tel": "tel", |
| | | "source": "source", |
| | | "sourceCity": "source_city", |
| | | "sourceCityName": "source_city_name", |
| | | "backTime": "back_time", |
| | | "userId": "user_id", |
| | | "remark": "remark", |
| | | "xmlId": "xml_id", |
| | | "flowId": "flow_id", |
| | | "storeId": "store_id", |
| | | "bpmnXml": "bpmn_xml", |
| | | "svgXml": "svg_xml", |
| | | "statusCd": "status_cd" |
| | | }, |
| | | "required": [ |
| | | { |
| | | "code": "communityId", |
| | | "msg": "小区不能为空" |
| | | "code": "flowId", |
| | | "msg": "流程不能为空" |
| | | }, |
| | | { |
| | | "code": "bpmnXml", |
| | | "msg": "流程图不能为空" |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | |