wuxw
2022-05-10 b2b5bdf6f42597e582da96aa56707e1f68d3936e
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;