| 
					
				 | 
			
			
				@@ -196,4 +196,16 @@ public class WMSHController extends BaseRESTfulController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     RESTfulResult addResult(@RequestBody Map<String, Object> map) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return wmshFeign.addResult(map); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @PostMapping("findInboundDetail") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @ApiOperation(value = "查询点后批次入库操作详情") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    RESTfulResult findInboundDetail(@RequestBody Map<String, Object> map) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return wmshFeign.findInboundDetail(map); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @PostMapping("findOutboundDetail") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @ApiOperation(value = "查询点后批次出库操作详情") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    RESTfulResult findOutboundDetail(@RequestBody Map<String, Object> map) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return wmshFeign.findOutboundDetail(map); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |