|
|
@ -410,6 +410,7 @@ public class ApiScreenController { |
|
|
|
* @Param [formDto] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.dto.analysis.pc.screen.result.EpdcScreenMapPropertyServicesResultDTO>> |
|
|
|
**/ |
|
|
|
@GetMapping("multipleService/mapPropertyServices") |
|
|
|
public Result<List<EpdcScreenMapPropertyServicesResultDTO>> mapPropertyServices(EpdcScreenBasePageFormDTO formDto){ |
|
|
|
ValidatorUtils.validateEntity(formDto); |
|
|
|
return epdcScreenService.getMapPropertyServices(formDto); |
|
|
|