|
|
|
@ -5,12 +5,14 @@ import com.epmet.commons.tools.utils.ModuleUtils; |
|
|
|
import com.epmet.commons.tools.utils.Result; |
|
|
|
import com.epmet.dto.CustomerDTO; |
|
|
|
import com.epmet.feign.OperCrmFeignClient; |
|
|
|
import org.springframework.stereotype.Component; |
|
|
|
|
|
|
|
/** |
|
|
|
* @author zhaoqifeng |
|
|
|
* @dscription |
|
|
|
* @date 2020/4/22 10:43 |
|
|
|
*/ |
|
|
|
@Component |
|
|
|
public class OperCrmFeignClientFallBack implements OperCrmFeignClient { |
|
|
|
@Override |
|
|
|
public Result<CustomerDTO> getCustomerInfo(CustomerDTO dto) { |
|
|
|
|