zss
2025-08-06 7100e5d8c5e924c5bb4f3088fc5f8d6b02da4179
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,Integer type) throws IOException;
}