From 64a3b5c008a40a687f0956dccfe6aafea61aa31f Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期二, 21 五月 2019 00:05:10 +0800
Subject: [PATCH] 加入房屋出售功能
---
WebService/src/main/java/com/java110/web/smo/IRoomServiceSMO.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/WebService/src/main/java/com/java110/web/smo/IRoomServiceSMO.java b/WebService/src/main/java/com/java110/web/smo/IRoomServiceSMO.java
index bed7043..f2fbb99 100644
--- a/WebService/src/main/java/com/java110/web/smo/IRoomServiceSMO.java
+++ b/WebService/src/main/java/com/java110/web/smo/IRoomServiceSMO.java
@@ -32,4 +32,11 @@
* @return 杩斿洖 ResponseEntity瀵硅薄鍖呭惈 http鐘舵�� 淇℃伅 body淇℃伅
*/
ResponseEntity<String> updateRoom(IPageData pd);
+
+ /**
+ * 鍒犻櫎鎴垮眿淇℃伅
+ * @param pd 椤甸潰鏁版嵁灏佽瀵硅薄
+ * @return 杩斿洖 ResponseEntity瀵硅薄鍖呭惈 http鐘舵�� 淇℃伅 body淇℃伅
+ */
+ ResponseEntity<String> deleteRoom(IPageData pd);
}
--
Gitblit v1.8.0