| | |
| | | { |
| | | "autoMove": true, |
| | | "id": "monthId", |
| | | "name": "payFeeDetailMonth", |
| | | "desc": "月缴费表", |
| | | "shareParam": "communityId", |
| | | "shareColumn": "community_id", |
| | | "shareName": "fee", |
| | | "tableName": "pay_fee_detail_month", |
| | | "id": "xmlId", |
| | | "name": "oaWorkflowXml", |
| | | "desc": "OA流程图", |
| | | "shareParam": "storeId", |
| | | "shareColumn": "store_id", |
| | | "shareName": "oa", |
| | | "tableName": "oa_workflow_xml", |
| | | "param": { |
| | | "monthId": "month_id", |
| | | "feeId": "fee_id", |
| | | "detailId": "detail_id", |
| | | "communityId": "community_id", |
| | | "detailYear": "detail_year", |
| | | "detailMonth": "detail_month", |
| | | "receivableAmount": "receivable_amount", |
| | | "receivedAmount": "received_amount", |
| | | "discountAmount": "discount_amount", |
| | | "remark": "remark", |
| | | "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": "detailYear", |
| | | "msg": "年份不能为空" |
| | | }, |
| | | { |
| | | "code": "detailMonth", |
| | | "msg": "月份不能为空" |
| | | "code": "bpmnXml", |
| | | "msg": "流程图不能为空" |
| | | } |
| | | ] |
| | | } |