wuxw
2022-05-13 f9885337a9dda91e62693e1ce620a0e8e9a976ae
service-community/src/main/java/com/java110/community/dao/IRoomAttrServiceDao.java
old mode 100644 new mode 100755
@@ -62,7 +62,7 @@
     * @param info 修改信息
     * @throws DAOException DAO 异常信息
     */
    void updateRoomAttrInfoInstance(Map info) throws DAOException;
    int updateRoomAttrInfoInstance(Map info) throws DAOException;
    /**
@@ -73,4 +73,5 @@
     */
    int queryRoomAttrsCount(Map info);
    int saveRoomAttr(Map beanCovertMap);
}