jiangqs
2023-05-11 27ce5dbd577f5c5dbf7098b0f980d355a275266c
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/RemoteFileService.java
@@ -13,7 +13,7 @@
/**
 * 文件服务
 * 
 * @author ruoyi
 * @author jqs
 */
@FeignClient(contextId = "remoteFileService", value = ServiceNameConstants.FILE_SERVICE, fallbackFactory = RemoteFileFallbackFactory.class)
public interface RemoteFileService