liding
2025-05-15 f907eef6c477ceb583d742f3d1a9779eb82fa96e
src/main/java/com/ruoyi/other/service/TempFileService.java
@@ -6,5 +6,5 @@
import java.io.IOException;
public interface TempFileService {
    TempFile uploadFile(MultipartFile file) throws IOException;
    TempFile uploadFile(MultipartFile file,String type) throws IOException;
}