| 
					
				 | 
			
			
				@@ -273,7 +273,13 @@ public interface BmstruckFeign { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                            @RequestParam("carrierSsoId") String carrierSsoId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                            @RequestParam("userId") String userId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                            @RequestParam("startTime") String startTime, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                           @RequestParam("endTime") String endTime); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                           @RequestParam("endTime") String endTime, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                           @RequestParam("orgCode") String orgCode, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                           @RequestParam("capacityNo") String capacityNo, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                           @RequestParam("transRangeValues") String transRangeValues, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                           @RequestParam("materialTypeNames") String materialTypeNames, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                           @RequestParam("shipperNames") String shipperNames, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                           @RequestParam("isPage") String isPage); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @PostMapping(value = "/api/v1/bmstruck/bmstruckdetailsorder/getSteelTruckDetailsOrder") 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -286,6 +292,10 @@ public interface BmstruckFeign { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                                   @RequestParam String startTime, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                                   @RequestParam String endTime, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                                   @RequestParam String con); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @PostMapping("/api/v1/bmstruck/bmstruckdetailsorder/newInwardSettle") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    Map<String, Object> newInwardSettle(@RequestBody Map<String,Object> map); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |