1.河北临时台账处理代码,后期需要删除

This commit is contained in:
2024-02-27 08:45:25 +08:00
parent 7862b29a18
commit 0201cbe948
8 changed files with 573 additions and 7 deletions

View File

@@ -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 {
/**