package com.java110.report.bmo.reportInfoSettingTitleValue; import com.java110.po.reportInfoSettingTitleValue.ReportInfoSettingTitleValuePo; import org.springframework.http.ResponseEntity; public interface ISaveReportInfoSettingTitleValueBMO { /** * 添加批量操作日志详情 * add by wuxw * @param reportInfoSettingTitleValuePo * @return */ ResponseEntity save(ReportInfoSettingTitleValuePo reportInfoSettingTitleValuePo); }