springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngPopulationService.java
@@ -538,4 +538,13 @@ * @return */ R indexInfo(Long communityId); /** * 历史数据人员类型填充 * @param newVoList * @param communityId * @param userId * @return */ R filledPopulationPersonType(List<ComMngPopulationServeExcelVO> newVoList, Long communityId, Long userId); }