1
zj
2026-03-13 59877a4089ab84920fcd2d2d4982d032dc09afc6
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);
}