| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject addMachineRecord(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | public void addMachineRecord(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | |
| | | /** |
| | | * 添加物业费用 |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject addPhoto(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | public void addPhoto(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | /** |
| | | * 添加小区楼信息 |
| | | * <p> |
| | |
| | | * @param paramInJson 接口调用放传入入参 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject addMember(JSONObject paramInJson); |
| | | public void addMember(JSONObject paramInJson,DataFlowContext context); |
| | | /** |
| | | * 添加物业费用 |
| | | * |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject addOwnerKeyPhoto(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | public void addOwnerKeyPhoto(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | |
| | | } |