| 
					
				 | 
			
			
				@@ -143,6 +143,8 @@ public interface QmsFeign { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     Map<String, Object> isInCircle(@RequestParam String longitude, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                    @RequestParam String latitude, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                    @RequestParam String capacityNo); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @PostMapping("api/v1/queueTruck/qmsqueueresults/getStoreQueueList") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    Map<String, Object> getStoreQueueList(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //    @PostMapping("api/v1/queueTruck/qmsqueueresults/getAllQueueMes") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //     Map<String, Object> getAllQueueMes(@RequestBody(required=false) Map<String,Object> mapValue, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //                                              @RequestParam("apiId") Integer apiId, 
			 |