|
|
|
@ -113,7 +113,7 @@ public interface IDistributionStockListClient {
|
|
|
|
|
List<DistributionStockListEntity> getListByMarketIdAndMaterialName(@RequestParam("marketId") Long marketId, @RequestParam("materialName") String materialName, @RequestParam("warehouseId") Long warehouseId); |
|
|
|
|
|
|
|
|
|
@GetMapping(API_PREFIX+"/getListByMarketIdAndMaterialName") |
|
|
|
|
List<DistributionStockListEntity> getStockListByWarehouseIdAndMarketAndStockListInfo(String incomingBatch, List<String> marketNames, Long warehouseId); |
|
|
|
|
List<DistributionStockListEntity> getStockListByWarehouseIdAndMarketAndStockListInfo(@RequestParam("incomingBatch") String incomingBatch,@RequestParam("marketNames") List<String> marketNames,@RequestParam("warehouseId") Long warehouseId); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// /**
|
|
|
|
|