| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject deleteVisit(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | void deleteVisit(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | /** |
| | | * 添加小区信息 |
| | | * |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject addVisit(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | void addVisit(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | /** |
| | | * 添加访客登记信息 |
| | | * |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject updateVisit(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | void updateVisit(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | } |