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