package com.moral.service; import java.util.List; import java.util.Map; import com.moral.entity.MonitorPoint; public interface MonitorPointService { List getMonitorPointsByAreaName(Map parameters); }