yaowanxin
22 小时以前 6f888b234148d1a4dbd1e6c28a8d9ed85ebfda09
src/main/java/com/ruoyi/other/service/TempFileService.java
@@ -7,4 +7,6 @@
public interface TempFileService {
    TempFile uploadFile(MultipartFile file,Integer type) throws IOException;
    String uploadByCommon(MultipartFile file, Integer type, Long id) throws IOException;
}