|
@@ -514,6 +514,15 @@ public interface TmsTruckFeign {
|
|
|
@RequestParam String endTime);
|
|
|
|
|
|
|
|
|
+ @PostMapping("api/v1/truckTms/statisticalReport/getInwardReportForAssemble")
|
|
|
+ Map<String, Object> getInwardReportForAssemble(@RequestBody(required = false) Map<String, Object> mapValue,
|
|
|
+ @RequestParam Integer apiId,
|
|
|
+ @RequestParam Integer pageNum,
|
|
|
+ @RequestParam Integer pageSize,
|
|
|
+ @RequestParam String startTime,
|
|
|
+ @RequestParam String endTime);
|
|
|
+
|
|
|
+
|
|
|
@PostMapping("api/v1/truckTms/statisticalReport/getCapacityByDefend")
|
|
|
Map<String, Object> getCapacityByDefend(@RequestBody(required = false) Map<String, Object> mapValue,
|
|
|
@RequestParam Integer apiId,
|