java110
2023-05-16 9005d833c8d03f17d6a84969ad9bf7595ef0023b
service-report/src/main/java/com/java110/report/dao/IReportInfoSettingTitleValueServiceDao.java
@@ -36,6 +36,14 @@
     * @throws DAOException DAO异常
     */
    List<Map> getReportInfoSettingTitleValueInfo(Map info) throws DAOException;
    /**
     * 查询批量操作日志详情信息(instance过程)
     * 根据bId 查询批量操作日志详情信息
     * @param info bId 信息
     * @return 批量操作日志详情信息
     * @throws DAOException DAO异常
     */
    List<Map> getReportInfoSettingTitleValueInfoResult(Map info) throws DAOException;