|
@@ -436,6 +436,14 @@ public interface TmsTruckFeign {
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam String startTime,
|
|
@RequestParam String startTime,
|
|
@RequestParam String endTime);
|
|
@RequestParam String endTime);
|
|
|
|
+//内转统计报表
|
|
|
|
+ @PostMapping("api/v1/truckTms/statisticalReport/getInwardReport")
|
|
|
|
+ Map<String, Object> getInwardReport(@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/tmstruckmeasurecommissions/sendMeasureCommission")
|
|
@PostMapping("api/v1/truckTms/tmstruckmeasurecommissions/sendMeasureCommission")
|
|
Map<String, Object> sendMeasureCommission(@RequestBody(required = false) Map<String, Object> map);
|
|
Map<String, Object> sendMeasureCommission(@RequestBody(required = false) Map<String, Object> map);
|