liyong
7 小时以前 f81e12fe7535ce9ff603e3fd4ad8896494a524da
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;
}