{ "autoMove": true, "id": "flowId", "name": "rentingPoolFlow", "desc": "出租流程", "shareParam": "communityId", "shareColumn": "community_id", "shareName": "user", "tableName": "renting_pool_flow", "param": { "flowId": "flow_id", "rentingId": "renting_id", "useName": "user_name", "userTel": "user_tel", "dealTime": "deal_time", "state": "state", "userRole": "user_role", "context": "context", "communityId": "community_id", "statusCd": "status_cd" }, "required": [ { "code": "rentingId", "msg": "出租不能为空" }, { "code": "useName", "msg": "处理人不能为空" }, { "code": "useTel", "msg": "处理人电话不能为空" }, { "code": "dealTime", "msg": "处理时间不能为空" }, { "code": "userRole", "msg": "处理人角色不能为空" }, { "code": "communityId", "msg": "小区不能为空" } ] }