zyy
2025-07-25 9f042eaa1add7f0ba8e9f5c0a0c264ddc0ec7708
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);
}