wuxw
2022-05-12 4e134e61ede1f8574189af45c810ca365c7c7f9a
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;