|  |  |  | @ -74,6 +74,7 @@ public class SupProductController { | 
			
		
	
		
			
				
					|  |  |  |  |     @AuthRuleAnnotation("") | 
			
		
	
		
			
				
					|  |  |  |  |     @GetMapping("/sup/product/getRegistrationList") | 
			
		
	
		
			
				
					|  |  |  |  |     public BaseResponse getRegistraList(FilterPoductRequest filterPoductRequest) { | 
			
		
	
		
			
				
					|  |  |  |  |         System.out.println(filterPoductRequest.toString()); | 
			
		
	
		
			
				
					|  |  |  |  |         List<SupProductResponse> companyEntities = supProductService.getRegistration(filterPoductRequest); | 
			
		
	
		
			
				
					|  |  |  |  |         PageInfo<SupProductResponse> pageInfo = new PageInfo<>(companyEntities); | 
			
		
	
		
			
				
					|  |  |  |  |         PageSimpleResponse<SupProductResponse> pageSimpleResponse = new PageSimpleResponse<>(); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |