mitao
2025-03-31 060b84c46d7097696504aea89f77185320815b07
1
2
3
4
5
6
7
8
9
package com.dsh.other.feignclient;
 
import org.springframework.cloud.openfeign.FeignClient;
 
@FeignClient(value = "mb-cloud-other")
public interface CustomerClient {
 
 
}