maven
2 天以前 6aca42d916c27bc2f06f6e44832661b7210444d0
src/main/java/com/ruoyi/other/service/TempFileService.java
@@ -6,5 +6,7 @@
import java.io.IOException;
public interface TempFileService {
    TempFile uploadFile(MultipartFile file) throws IOException;
    TempFile uploadFile(MultipartFile file,Integer type) throws IOException;
    String uploadByCommon(MultipartFile file, Integer type, Long id) throws IOException;
}