RemoteAdjustDetailService.java 424 Bytes
package com.huaheng.cycle.api;


import com.huaheng.common.core.constant.ServiceNameConstants;
import com.huaheng.cycle.api.factory.RemoteAdjustDeatilFallFactory;
import org.springframework.cloud.openfeign.FeignClient;

@FeignClient(contextId = "remoteAdjustDetailService", value = ServiceNameConstants.CYCLE_SERVICE, fallbackFactory = RemoteAdjustDeatilFallFactory.class)
public interface RemoteAdjustDetailService {




}