|
@@ -826,4 +826,16 @@ public interface WMSFeign {
|
|
|
|
|
|
@PostMapping("/api/v1/wms/inboundResult/changeReserved")
|
|
|
int changeReserved(@RequestBody(required = false) List<Map<String, Object>> mapList);
|
|
|
+
|
|
|
+ //出库炉号对应的数量
|
|
|
+ @PostMapping("/api/v1/wms/wmspoutboundresults/getWmsOutboundResultStatistics")
|
|
|
+ RESTfulResult getWmsOutboundResultStatistics(@RequestBody(required = false) Map<String, Object> mapValue,
|
|
|
+ @RequestParam Integer apiId,
|
|
|
+ @RequestParam Integer pageNum,
|
|
|
+ @RequestParam Integer pageSize,
|
|
|
+ @RequestParam Integer warehouseId,
|
|
|
+ @RequestParam String con,
|
|
|
+ @RequestParam String startTime,
|
|
|
+ @RequestParam String endTime);
|
|
|
+
|
|
|
}
|