代码调整

This commit is contained in:
2023-06-30 11:37:36 +08:00
parent 82c538fb03
commit 9b0404a207
6 changed files with 40 additions and 23 deletions

View File

@@ -22,6 +22,7 @@ import java.util.List;
*/
@FeignClient(
value = ServerInfo.DEVICE,
contextId = "pmsLedger",
path = "pmsLedger",
fallbackFactory = CommLedgerDeptClientFallbackFactory.class)
public interface CommLedgerDeptClient {

View File

@@ -26,6 +26,7 @@ import java.util.List;
@FeignClient(
value = ServerInfo.DEVICE,
path = "commTerminal",
contextId = "commTerminal",
fallbackFactory = CommTerminalGeneralClientFallbackFactory.class)
public interface CommTerminalGeneralClient {