|
|
@@ -430,6 +430,12 @@ public interface TmsFeign {
|
|
|
|
|
|
@PostMapping("/api/v1/tms/omstransorders/getDispatchRules")
|
|
|
Map<String, Object> getDispatchRules(@RequestBody Map<String, Object> params);
|
|
|
+
|
|
|
+ @PostMapping("/api/v1/tms/omstransorders/getZtZxShiji")
|
|
|
+ Map<String, Object> getZtZxShiji(@RequestBody(required = false) Map<String, Object> map,
|
|
|
+ @RequestParam Integer apiId,
|
|
|
+ @RequestParam Integer pageNum,
|
|
|
+ @RequestParam Integer pageSize);
|
|
|
}
|
|
|
|
|
|
|