| | |
| | | * @param dataFlowContext |
| | | * @return |
| | | */ |
| | | JSONObject addInspectionTask(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | void addInspectionTask(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | |
| | | /** |
| | | * 添加活动信息 |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | JSONObject updateInspectionTask(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | void updateInspectionTask(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | |
| | | /** |
| | | * 删除活动 |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | JSONObject deleteInspectionTask(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | void deleteInspectionTask(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | |
| | | |
| | | /** |
| | | * 添加物业费用 |
| | | * |
| | | * @param paramInJson 接口调用放传入入参 |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public void addPhoto(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | |
| | | |
| | | |