puhanshu
2022-01-19 6d5f67ea34ecafcb5c7266bccf32c7d98e597554
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);
}