liyong
4 天以前 f8ac65dfe03e7ff64fecb26c58674b7f3ba5e1d8
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;
}