1.区域报告和监测点报告代码提交

2.终端管理部分代码提交
This commit is contained in:
wurui
2023-03-08 16:08:30 +08:00
parent d657c55217
commit daffdb9048
6 changed files with 3370 additions and 99 deletions

View File

@@ -56,4 +56,12 @@ public interface ReportService {
void getAreaReport(AreaReportParam areaReportParam, HttpServletResponse response) throws Exception;
/***
* Pms获取区域报告
* @author wr
* @date 2023-03-07 10:16
* @param areaReportParam
* @param response
*/
void getPmsAreaReport(AreaReportParam areaReportParam, HttpServletResponse response) throws Exception;
}