|
@@ -837,6 +837,8 @@ public interface TmsTruckFeign {
|
|
@PostMapping("/api/v1/truckTms/statisticalReport/getSaleSteelReportForFinance")
|
|
@PostMapping("/api/v1/truckTms/statisticalReport/getSaleSteelReportForFinance")
|
|
Map<String, Object> getSaleSteelReportForFinance(BigDecimal saleOrderMaterialId);
|
|
Map<String, Object> getSaleSteelReportForFinance(BigDecimal saleOrderMaterialId);
|
|
|
|
|
|
|
|
+ @PostMapping("/api/v1/truckTms/statisticalReport/steelTransportReport")
|
|
|
|
+ Map<String, Object> steelTransportReport(@RequestBody(required = false) Map<String, Object> map, @RequestParam String startTime,@RequestParam String endTime);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|