|
@@ -554,7 +554,5 @@ public interface WMSFeign {
|
|
|
@PostMapping(value = "/api/v1/wms/wmspivboundmakeresult/updateIvboundMakeResult")
|
|
|
Map<String, Object> updateIvboundMakeResult(@RequestBody Map<String, Object> mapValue);
|
|
|
|
|
|
- @PostMapping(value = "/api/v1/wms/wmspoutboundresults/outbountResultToSuccess")
|
|
|
- Map<String, Object> outbountResultToSuccess(@RequestParam Integer resultId);
|
|
|
}
|
|
|
|