From a9c836c2f0ccb5b44b005682aecb278a4709f502 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 28 三月 2020 18:57:14 +0800
Subject: [PATCH] 优化 巡检查询功能

---
 java110-core/src/main/java/com/java110/core/smo/owner/IOwnerInnerServiceSMO.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerInnerServiceSMO.java b/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerInnerServiceSMO.java
index 4e11472..7211a15 100644
--- a/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerInnerServiceSMO.java
+++ b/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerInnerServiceSMO.java
@@ -1,8 +1,8 @@
 package com.java110.core.smo.owner;
 
 import com.java110.core.feign.FeignConfiguration;
-import com.java110.dto.OwnerDto;
-import org.springframework.cloud.netflix.feign.FeignClient;
+import com.java110.dto.owner.OwnerDto;
+import org.springframework.cloud.openfeign.FeignClient;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RequestMethod;

--
Gitblit v1.8.0