| | |
| | | { |
| | | "autoMove": true, |
| | | "id": "cdId", |
| | | "name": "reportFeeMonthCollectionDetail", |
| | | "desc": "月缴费表", |
| | | "shareParam": "communityId", |
| | | "shareColumn": "community_id", |
| | | "shareName": "report", |
| | | "tableName": "report_fee_month_collection_detail", |
| | | "id": "xmlId", |
| | | "name": "oaWorkflowXml", |
| | | "desc": "OA流程图", |
| | | "shareParam": "storeId", |
| | | "shareColumn": "store_id", |
| | | "shareName": "oa", |
| | | "tableName": "oa_workflow_xml", |
| | | "param": { |
| | | "cdId": "cd_id", |
| | | "detailId": "detail_id", |
| | | "collectionId": "collection_id", |
| | | "collectionYear": "collection_year", |
| | | "collectionMonth": "collection_month", |
| | | "communityId": "community_id", |
| | | "receivableAmount": "receivable_amount", |
| | | "receivedAmount": "received_amount", |
| | | "discountAmount": "discount_amount", |
| | | "xmlId": "xml_id", |
| | | "flowId": "flow_id", |
| | | "storeId": "store_id", |
| | | "bpmnXml": "bpmn_xml", |
| | | "svgXml": "svg_xml", |
| | | "statusCd": "status_cd" |
| | | }, |
| | | "required": [ |
| | | { |
| | | "code": "detailId", |
| | | "msg": "缴费ID不能为空" |
| | | "code": "flowId", |
| | | "msg": "流程不能为空" |
| | | }, |
| | | { |
| | | "code": "collectionYear", |
| | | "msg": "年份不能为空" |
| | | }, |
| | | { |
| | | "code": "collectionMonth", |
| | | "msg": "月份不能为空" |
| | | "code": "bpmnXml", |
| | | "msg": "流程图不能为空" |
| | | } |
| | | ] |
| | | } |