package com.epmet.service; import com.epmet.dto.result.VolunteerDistributionResultDTO; /** * @Description 志愿者service * @Author wangxianzhang * @Date 2021/12/10 5:48 下午 * @Version 1.0 */ public interface VolunteerService { VolunteerDistributionResultDTO getVolunteerDistributionAndLegends(String customerId); }