java110
2022-04-08 699ffa6745462fa4a072e6be2bca7b0480bd15c4
service-community/src/main/java/com/java110/community/dao/IRoomAttrServiceDao.java
@@ -62,7 +62,7 @@
     * @param info 修改信息
     * @throws DAOException DAO 异常信息
     */
    void updateRoomAttrInfoInstance(Map info) throws DAOException;
    int updateRoomAttrInfoInstance(Map info) throws DAOException;
    /**