|
@ -2,6 +2,7 @@ package com.elink.esua.epdc.service; |
|
|
|
|
|
|
|
|
import com.elink.esua.epdc.commons.tools.utils.Result; |
|
|
import com.elink.esua.epdc.commons.tools.utils.Result; |
|
|
import com.elink.esua.epdc.commons.tools.validator.ValidatorUtils; |
|
|
import com.elink.esua.epdc.commons.tools.validator.ValidatorUtils; |
|
|
|
|
|
import com.elink.esua.epdc.dto.analysis.pc.screen.EpdcScreenVaccinationDeptStatisticsDTO; |
|
|
import com.elink.esua.epdc.dto.analysis.pc.screen.form.*; |
|
|
import com.elink.esua.epdc.dto.analysis.pc.screen.form.*; |
|
|
import com.elink.esua.epdc.dto.analysis.pc.screen.result.*; |
|
|
import com.elink.esua.epdc.dto.analysis.pc.screen.result.*; |
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
@ -276,7 +277,7 @@ public interface EpdcScreenService { |
|
|
* @since 2021/9/2 15:30 |
|
|
* @since 2021/9/2 15:30 |
|
|
*/ |
|
|
*/ |
|
|
Result<List<EpdcScreenActListResultDTO>> getMapVolunteerServices(EpdcScreenBasePageFormDTO formDto); |
|
|
Result<List<EpdcScreenActListResultDTO>> getMapVolunteerServices(EpdcScreenBasePageFormDTO formDto); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Author zhangfenghe |
|
|
* @Author zhangfenghe |
|
|
* @Description 多元服务-物业服务列表 |
|
|
* @Description 多元服务-物业服务列表 |
|
@ -285,7 +286,7 @@ public interface EpdcScreenService { |
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.dto.analysis.pc.screen.result.EpdcScreenPropertyListResultDTO>> |
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.dto.analysis.pc.screen.result.EpdcScreenPropertyListResultDTO>> |
|
|
**/ |
|
|
**/ |
|
|
Result<List<EpdcScreenPropertyListResultDTO>> getPropertyListServices(EpdcScreenBasePageFormDTO formDto); |
|
|
Result<List<EpdcScreenPropertyListResultDTO>> getPropertyListServices(EpdcScreenBasePageFormDTO formDto); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Author zhangfenghe |
|
|
* @Author zhangfenghe |
|
|
* @Description 多元服务-地图-物业服务 |
|
|
* @Description 多元服务-地图-物业服务 |
|
@ -304,4 +305,6 @@ public interface EpdcScreenService { |
|
|
* @Date 14:13 2021-09-10 |
|
|
* @Date 14:13 2021-09-10 |
|
|
**/ |
|
|
**/ |
|
|
Result<List<EpdcScreenTestingPointResultDTO>> getTestingPointList(EpdcScreenBasePageFormDTO formDto); |
|
|
Result<List<EpdcScreenTestingPointResultDTO>> getTestingPointList(EpdcScreenBasePageFormDTO formDto); |
|
|
|
|
|
|
|
|
|
|
|
Result<List<EpdcScreenVaccinationDeptStatisticsDTO>> epidemicVaccinationStatisticsNew(EpdcScreenEpidemicVaccinationStatisticsFormDTO formDto); |
|
|
} |
|
|
} |
|
|