| | |
| | | { |
| | | "autoMove": true, |
| | | "id": "detailId", |
| | | "name": "shopVipAccountDetail", |
| | | "desc": "会员账户交易", |
| | | "shareParam": "shopId", |
| | | "shareColumn": "shop_id", |
| | | "shareName": "acct", |
| | | "tableName": "shop_vip_account_detail", |
| | | "id": "xmlId", |
| | | "name": "oaWorkflowXml", |
| | | "desc": "OA流程图", |
| | | "shareParam": "storeId", |
| | | "shareColumn": "store_id", |
| | | "shareName": "oa", |
| | | "tableName": "oa_workflow_xml", |
| | | "param": { |
| | | "detailId": "detail_id", |
| | | "vipAcctId": "vip_acct_id", |
| | | "detailType": "detail_type", |
| | | "relAcctId": "rel_acct_id", |
| | | "amount": "amount", |
| | | "shopId": "shop_id", |
| | | "xmlId": "xml_id", |
| | | "flowId": "flow_id", |
| | | "storeId": "store_id", |
| | | "orderId": "order_id", |
| | | "remark": "remark", |
| | | "bpmnXml": "bpmn_xml", |
| | | "svgXml": "svg_xml", |
| | | "statusCd": "status_cd" |
| | | }, |
| | | "required": [ |
| | | { |
| | | "code": "vipAcctId", |
| | | "msg": "会员不能为空" |
| | | "code": "flowId", |
| | | "msg": "流程不能为空" |
| | | }, |
| | | { |
| | | "code": "amount", |
| | | "msg": "金额不能为空" |
| | | "code": "bpmnXml", |
| | | "msg": "流程图不能为空" |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | |