|
|
@ -199,7 +199,7 @@ public interface IDistributionStockArticleClient { |
|
|
|
@GetMapping(API_PREFIX + "/addHandQuantityAndIncomingNum") |
|
|
|
@GetMapping(API_PREFIX + "/addHandQuantityAndIncomingNum") |
|
|
|
void addHandQuantityAndIncomingNum(@RequestParam Long stockId, @RequestParam Integer enterNum); |
|
|
|
void addHandQuantityAndIncomingNum(@RequestParam Long stockId, @RequestParam Integer enterNum); |
|
|
|
|
|
|
|
|
|
|
|
@GetMapping(API_PREFIX + "/findListByIds") |
|
|
|
@PostMapping(API_PREFIX + "/findListByIds") |
|
|
|
List<DistributionStockArticleEntity> findListByIds(@RequestBody Set<Long> stockArticleIdSet); |
|
|
|
List<DistributionStockArticleEntity> findListByIds(@RequestBody Set<Long> stockArticleIdSet); |
|
|
|
|
|
|
|
|
|
|
|
@GetMapping(API_PREFIX + "/clearTraysByIds") |
|
|
|
@GetMapping(API_PREFIX + "/clearTraysByIds") |
|
|
|