|
|
|
@ -182,7 +182,7 @@ public interface IDistributionParcelListClient {
|
|
|
|
|
* @param warehouseId 仓库ID |
|
|
|
|
* @return 包件 |
|
|
|
|
*/ |
|
|
|
|
@GetMapping(API_PREFIX + "/getListByOrderPackageCode") |
|
|
|
|
@GetMapping(API_PREFIX + "/getListByOrderPackageCodeAndWarehouseId") |
|
|
|
|
DistributionParcelListEntity getListByOrderPackageCodeAndWarehouseId(@RequestParam String orderPackageCode,@RequestParam Long warehouseId); |
|
|
|
|
|
|
|
|
|
@GetMapping(API_PREFIX + "/findAllStockListByOrderPackageCode") |
|
|
|
|