jiangqs
2023-05-19 1d2139950d2ef8867c39fa8c8e9af8db178eaa27
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