| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject editUnit(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | void editUnit(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | /** |
| | | * 添加小区楼信息 |
| | | * |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject addUnit(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | void addUnit(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | /** |
| | | * 修改小区楼信息 |
| | | * |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject editUpdateUnit(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | void editUpdateUnit(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | } |