package com.java110.report.bmo.reportInfoAnswer; import com.java110.dto.reportInfoAnswer.ReportInfoAnswerDto; import org.springframework.http.ResponseEntity; public interface IGetReportInfoAnswerBMO { /** * 查询批量操作日志详情 * add by wuxw * @param reportInfoAnswerDto * @return */ ResponseEntity get(ReportInfoAnswerDto reportInfoAnswerDto); }