|
@@ -818,6 +818,10 @@ public interface TmsTruckFeign {
|
|
|
@PostMapping("api/v1/truckTms/tmstrucktotalresults/changeOrderLine")
|
|
|
Map<String, Object> changeOrderLine(@RequestBody(required=false) Map<String,Object> mapValue);
|
|
|
|
|
|
+
|
|
|
+ @PostMapping("/api/v1/truckTms/statisticalReport/getSaleSteelReportForFinance")
|
|
|
+ Map<String, Object> getSaleSteelReportForFinance(BigDecimal saleOrderMaterialId);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|