peternameyakj
2024-07-15 6bbccc8f3ea0f643f32c08f4ccc71a532c1a7cf4
1
2
3
4
5
6
7
8
9
package com.nq.service;
 
 
import com.nq.common.ServerResponse;
import org.springframework.web.multipart.MultipartFile;
 
public interface IFileUploadService {
  ServerResponse upload(MultipartFile paramMultipartFile, String paramString);
}