|
@ -378,7 +378,7 @@ public interface AnalysisFeignClient { |
|
|
* @params [formDto] |
|
|
* @params [formDto] |
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
*/ |
|
|
*/ |
|
|
@GetMapping(value = "analysis/epidemic/vaccinationStatistics/getUserStateCount",consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
@GetMapping(value = "analysis/screen/epidemic/vaccinationStatistics/getUserStateCount",consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
Result getUserStateCount(EpdcScreenUserStateFormDTO formDto); |
|
|
Result getUserStateCount(EpdcScreenUserStateFormDTO formDto); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|