zyy
2025-08-21 bc8766c652cbb02d5e07e3abce3400a53aaeeba2
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);
}