yudao-module-infra/src/main/java/cn/iocoder/yudao/module/infra/service/file/FileService.java
@@ -12,7 +12,7 @@ /** * 文件 Service 接口 * * @author 芋道源码 * @author 超级管理员 */ public interface FileService { @@ -86,4 +86,13 @@ */ byte[] getFileContent(Long configId, String path) throws Exception; /** * 获得文件 * * @param configId 配置编号 * @param path 文件路径 * @return 文件 */ FileDO getFileByConfigIdAndPath(Long configId, String path); }