zss
3 天以前 d6567e4340d00bce1d448c26d5f5700bde90e211
src/main/java/com/ruoyi/other/service/TempFileService.java
@@ -6,5 +6,5 @@
import java.io.IOException;
public interface TempFileService {
    TempFile uploadFile(MultipartFile file,String type) throws IOException;
    TempFile uploadFile(MultipartFile file,Integer type) throws IOException;
}