|  |  | @ -10,7 +10,7 @@ import org.springframework.web.multipart.MultipartFile; | 
			
		
	
		
		
			
				
					
					|  |  |  | import com.glxp.api.common.res.BaseResponse; |  |  |  | import com.glxp.api.common.res.BaseResponse; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | /*文件服务*/ |  |  |  | /*文件服务*/  | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | public interface FileService { |  |  |  | public interface FileService { | 
			
		
	
		
		
			
				
					
					|  |  |  |     BaseResponse upload(List<String> list); |  |  |  |     BaseResponse upload(List<String> list); | 
			
		
	
		
		
			
				
					
					|  |  |  |     BaseResponse download(List<String> list); |  |  |  |     BaseResponse download(List<String> list); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |