代码调整
This commit is contained in:
@@ -22,6 +22,7 @@ import java.util.List;
|
||||
*/
|
||||
@FeignClient(
|
||||
value = ServerInfo.DEVICE,
|
||||
contextId = "pmsLedger",
|
||||
path = "pmsLedger",
|
||||
fallbackFactory = CommLedgerDeptClientFallbackFactory.class)
|
||||
public interface CommLedgerDeptClient {
|
||||
|
||||
@@ -26,6 +26,7 @@ import java.util.List;
|
||||
@FeignClient(
|
||||
value = ServerInfo.DEVICE,
|
||||
path = "commTerminal",
|
||||
contextId = "commTerminal",
|
||||
fallbackFactory = CommTerminalGeneralClientFallbackFactory.class)
|
||||
public interface CommTerminalGeneralClient {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user