| 
					
				 | 
			
			
				@@ -4,6 +4,7 @@ import com.steerinfo.dil.util.BaseRESTfulController; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.steerinfo.framework.controller.RESTfulResult; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import io.swagger.annotations.ApiImplicitParam; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import io.swagger.annotations.ApiOperation; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import io.swagger.models.auth.In; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.springframework.cloud.openfeign.FeignClient; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.springframework.transaction.annotation.Transactional; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.springframework.web.bind.annotation.*; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -537,7 +538,12 @@ public interface WMSFeign { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                     @RequestParam Integer apiId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                     @RequestParam Integer pageNum, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                     @RequestParam Integer pageSize, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                    @RequestParam String con); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                    @RequestParam Integer warehouseId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                    @RequestParam String value); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    //库存结转定时器 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @PostMapping(value = "/api/v1/wms/inventoryClose/addInventoryClose") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    RESTfulResult addInventoryClose(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     /** 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      * 收发存报表 
			 |