From 745af110af8843dfc3bf29f5590bf78355daf5fd Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期日, 07 七月 2019 01:55:49 +0800
Subject: [PATCH] vc.copyObject 方法用错误了

---
 java110-core/src/main/java/com/java110/core/smo/owner/IOwnerInnerServiceSMO.java |   32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 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 42c4e43..05f0abd 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
@@ -2,7 +2,7 @@
 
 import com.java110.core.feign.FeignConfiguration;
 import com.java110.dto.OwnerDto;
-import org.springframework.cloud.netflix.feign.FeignClient;
+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;
@@ -68,4 +68,34 @@
      */
     @RequestMapping(value = "/queryOwnersByCondition", method = RequestMethod.POST)
     List<OwnerDto> queryOwnersByCondition(@RequestBody OwnerDto ownerDto);
+
+
+    /**
+     * 鏌ヨ<p>灏忓尯妤�</p>鎬昏褰曟暟
+     *
+     * @param ownerDto 鏁版嵁瀵硅薄鍒嗕韩
+     * @return 灏忓尯涓嬬殑灏忓尯妤艰褰曟暟
+     */
+    @RequestMapping(value = "/queryNoEnterRoomOwnerCount", method = RequestMethod.POST)
+    int queryNoEnterRoomOwnerCount(@RequestBody OwnerDto ownerDto);
+
+    /**
+     * 鏍规嵁鎴垮眿鏌ヨ涓氫富淇℃伅
+     *
+     * @param ownerDto 鏁版嵁瀵硅薄鍒嗕韩
+     * @return 灏忓尯涓嬬殑灏忓尯妤艰褰曟暟
+     */
+    @RequestMapping(value = "/queryOwnersByRoom", method = RequestMethod.POST)
+    List<OwnerDto> queryOwnersByRoom(@RequestBody OwnerDto ownerDto);
+
+
+    /**
+     * 鏍规嵁鍋滆溅浣嶆煡璇笟涓讳俊鎭�
+     *
+     * @param ownerDto 鏁版嵁瀵硅薄鍒嗕韩
+     * @return 灏忓尯涓嬬殑灏忓尯妤艰褰曟暟
+     */
+    @RequestMapping(value = "/queryOwnersByParkingSpace", method = RequestMethod.POST)
+    List<OwnerDto> queryOwnersByParkingSpace(@RequestBody OwnerDto ownerDto);
+
 }

--
Gitblit v1.8.0