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