| | |
| | | package com.java110.report.bmo.reportInfoSettingTitleValue; |
| | | import com.java110.dto.reportInfoSettingTitleValue.ReportInfoSettingTitleValueDto; |
| | | import com.java110.dto.reportInfoSetting.ReportInfoSettingTitleValueDto; |
| | | import org.springframework.http.ResponseEntity; |
| | | public interface IGetReportInfoSettingTitleValueBMO { |
| | | |
| | |
| | | * @return |
| | | */ |
| | | ResponseEntity<String> get(ReportInfoSettingTitleValueDto reportInfoSettingTitleValueDto); |
| | | /** |
| | | * 查询批量操作日志详情 |
| | | * add by wuxw |
| | | * @param reportInfoSettingTitleValueDto |
| | | * @return |
| | | */ |
| | | ResponseEntity<String> getReportInfoSettingTitleValueInfoResult(ReportInfoSettingTitleValueDto reportInfoSettingTitleValueDto); |
| | | |
| | | |
| | | } |