|
|
@ -224,7 +224,7 @@ public interface AnalysisFeignClient { |
|
|
|
Result<EpdcScreenVaccinationPersonVaccinationStatisticsResultDTO> vaccinationPersonVaccinationStatistics(EpdcScreenVaccinationPersonVaccinationStatisticsFormDTO formDto); |
|
|
|
|
|
|
|
/** |
|
|
|
* 网格治理项目详情 |
|
|
|
* 网格治理-项目详情 |
|
|
|
* |
|
|
|
* @param formDto |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.item.result.EpdcScreenItemDetailResultDTO> |
|
|
@ -234,6 +234,17 @@ public interface AnalysisFeignClient { |
|
|
|
@GetMapping(value = "analysis/screen/gridGovernance/itemDetail",consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result<EpdcScreenItemDetailResultDTO> itemDetail(EpdcScreenItemDetailFormDTO formDto); |
|
|
|
|
|
|
|
/** |
|
|
|
* 网格治理-议题详情 |
|
|
|
* |
|
|
|
* @param formDto |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.item.result.EpdcScreenIssueDetailResultDTO> |
|
|
|
* @author lc |
|
|
|
* @since 2021/8/20 19:35 |
|
|
|
*/ |
|
|
|
@GetMapping(value = "analysis/screen/gridGovernance/issueDetail",consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result<EpdcScreenIssueDetailResultDTO> issueDetail(EpdcScreenIssueDetailFormDTO formDto); |
|
|
|
|
|
|
|
/** |
|
|
|
* 网格治理-议题详情 |
|
|
|
* |
|
|
|