wuxw
2019-05-08 035539b4e23f36b10dfba16fec01f26d3c629e29
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);
}