| | |
| | | package com.java110.report.bmo.reportInfoSettingTitle; |
| | | |
| | | import com.java110.po.reportInfoSettingTitle.ReportInfoSettingTitlePo; |
| | | import com.alibaba.fastjson.JSONArray; |
| | | import com.java110.po.reportInfo.ReportInfoSettingTitlePo; |
| | | import org.springframework.http.ResponseEntity; |
| | | public interface ISaveReportInfoSettingTitleBMO { |
| | | |
| | |
| | | * @param reportInfoSettingTitlePo |
| | | * @return |
| | | */ |
| | | ResponseEntity<String> save(ReportInfoSettingTitlePo reportInfoSettingTitlePo); |
| | | ResponseEntity<String> save(ReportInfoSettingTitlePo reportInfoSettingTitlePo, JSONArray titleValues); |
| | | |
| | | |
| | | } |