java110
2021-09-05 a29e1cbe32ac19ba73eba68783e8cbafc8ace891
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;
    /**