old mode 100644
new mode 100755
| | |
| | | { |
| | | "autoMove": true, |
| | | "id": "applyType", |
| | | "name": "applyRoomDiscountType", |
| | | "desc": "优惠申请类型", |
| | | "shareParam": "communityId", |
| | | "shareColumn": "community_id", |
| | | "shareName": "fee", |
| | | "tableName": "apply_room_discount_type", |
| | | "id": "xmlId", |
| | | "name": "oaWorkflowXml", |
| | | "desc": "OA流程图", |
| | | "shareParam": "storeId", |
| | | "shareColumn": "store_id", |
| | | "shareName": "oa", |
| | | "tableName": "oa_workflow_xml", |
| | | "param": { |
| | | "applyType": "apply_type", |
| | | "communityId": "community_id", |
| | | "typeName": "type_name", |
| | | "typeDesc": "type_desc", |
| | | "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": "typeName", |
| | | "msg": "类型名称不能为空" |
| | | "code": "bpmnXml", |
| | | "msg": "流程图不能为空" |
| | | } |
| | | ] |
| | | } |