1.河北临时台账处理代码,后期需要删除
This commit is contained in:
@@ -2,6 +2,7 @@ package com.njcn.device.biz.commApi;
|
||||
|
||||
import com.njcn.common.pojo.constant.ServerInfo;
|
||||
import com.njcn.common.pojo.response.HttpResult;
|
||||
import com.njcn.device.biz.commApi.fallback.CommLineClientFallbackFactory;
|
||||
import com.njcn.device.biz.commApi.fallback.CommTerminalGeneralClientFallbackFactory;
|
||||
import com.njcn.device.biz.pojo.dto.LineDTO;
|
||||
import org.springframework.cloud.openfeign.FeignClient;
|
||||
@@ -21,7 +22,7 @@ import java.util.List;
|
||||
value = ServerInfo.DEVICE,
|
||||
path = "commLine",
|
||||
contextId = "commLine",
|
||||
fallbackFactory = CommTerminalGeneralClientFallbackFactory.class)
|
||||
fallbackFactory = CommLineClientFallbackFactory.class)
|
||||
public interface CommLineClient {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user