| | |
| | | package com.java110.report.bmo.reportInfoBackCity; |
| | | import com.java110.dto.reportInfoBackCity.ReportInfoBackCityDto; |
| | | import org.springframework.http.ResponseEntity; |
| | | public interface IGetReportInfoBackCityBMO { |
| | | |
| | | import com.java110.dto.reportInfo.ReportInfoBackCityDto; |
| | | import org.springframework.http.ResponseEntity; |
| | | |
| | | public interface IGetReportInfoBackCityBMO { |
| | | |
| | | /** |
| | | * 查询返省上报 |
| | | * add by wuxw |
| | | * @param reportInfoBackCityDto |
| | | * |
| | | * @param reportInfoBackCityDto |
| | | * @return |
| | | */ |
| | | ResponseEntity<String> get(ReportInfoBackCityDto reportInfoBackCityDto); |
| | | |
| | | |
| | | } |