kongdeqiang
2025-03-13 802849a7552d2d51312188c83b91d769fd43b1c1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 {
}