java110
2021-09-14 f1d1ad21cae722ceba4677cc30c133bd8c3b0701
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;
    /**