package com.by4cloud.platformx.api.feign; import com.by4cloud.platformx.common.core.constant.ServiceNameConstants; import org.springframework.cloud.openfeign.FeignClient; /** * @author kdq * @version 1.0.0 * @ClassName RemoteDeptService.java * @Description TODO * @createTime 2025年03月12日 14:12:00 */ @FeignClient(contextId = "remoteDeptService", value = ServiceNameConstants.UPMS_SERVICE,url="${servers.main-url}") public interface RemoteDeptService { }