| | |
| | | /** |
| | | * @Author |
| | | */ |
| | | @FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-goods") |
| | | @FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-goods") |
| | | public interface SyncGoodsService { |
| | | |
| | | /** |
| | |
| | | @PostMapping(value = "/sync/goods/category/delete") |
| | | Result deleteCategory(@RequestBody ConsumablesTypeDto consumablesType); |
| | | /** |
| | | * 删除指定ID分类节点 - 各类型通用 |
| | | * 新建物料类数据 |
| | | * @param consumables |
| | | * @return 操作成功的话result.data返回领建id |
| | | */ |
| | | @PostMapping(value = "/sync/goods/product/add") |
| | | Result addProduct(@RequestBody ConsumablesDto consumables); |
| | | /** |
| | | * 删除指定ID分类节点 - 各类型通用 |
| | | * 修改物料类数据 |
| | | * @param consumables |
| | | * @return |
| | | */ |