| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | @FeignClient(name = "store-service", configuration = {FeignConfiguration.class}) |
| | | @FeignClient(name = "${java110.store-service}", configuration = {FeignConfiguration.class}) |
| | | @RequestMapping("/allocationStorehouseApi") |
| | | public interface IAllocationStorehouseInnerServiceSMO { |
| | | |
| | |
| | | */ |
| | | @RequestMapping(value = "/queryAllocationStorehousesCount", method = RequestMethod.POST) |
| | | int queryAllocationStorehousesCount(@RequestBody AllocationStorehouseDto allocationStorehouseDto); |
| | | |
| | | /** |
| | | * 新增调拨记录 |
| | | * |
| | | * @param allocationStorehouseDto |
| | | */ |
| | | @RequestMapping(value = "/saveAllocationStorehouses", method = RequestMethod.POST) |
| | | void saveAllocationStorehouses(@RequestBody AllocationStorehouseDto allocationStorehouseDto); |
| | | } |