吴学文
2019-05-21 64a3b5c008a40a687f0956dccfe6aafea61aa31f
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);
}