liding
2025-05-15 6bd1dc0b355e279b709bc49dda5207121e9b41a9
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;
}