|
|
|
@ -22,7 +22,7 @@ import java.util.List; |
|
|
|
* @Description 党群 |
|
|
|
* @create 2020-06-03 |
|
|
|
*/ |
|
|
|
@FeignClient(name = ServiceConstant.EPDC_PARTY_GROUP_SERVER, fallback = PartyGroupFeignClientFallback.class,url = "http://127.0.0.1:9077") |
|
|
|
@FeignClient(name = ServiceConstant.EPDC_PARTY_GROUP_SERVER, fallback = PartyGroupFeignClientFallback.class) |
|
|
|
public interface PartyGroupFeignClient { |
|
|
|
/** |
|
|
|
* @Description 党群列表接口 |
|
|
|
|