From e2b35ae7e12436d651325a680989917dacb87cdf Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 26 十二月 2019 12:09:13 +0800
Subject: [PATCH] 加入业主绑定功能

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

diff --git a/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerRoomRelInnerServiceSMO.java b/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerRoomRelInnerServiceSMO.java
index 0ebf9ad..0387db7 100644
--- a/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerRoomRelInnerServiceSMO.java
+++ b/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerRoomRelInnerServiceSMO.java
@@ -1,7 +1,7 @@
 package com.java110.core.smo.owner;
 
 import com.java110.core.feign.FeignConfiguration;
-import com.java110.dto.OwnerRoomRelDto;
+import com.java110.dto.owner.OwnerRoomRelDto;
 import org.springframework.cloud.openfeign.FeignClient;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;

--
Gitblit v1.8.0