package com.moral.service; import com.moral.entity.PollutionSourcePoint; public interface PollutioSourcePointService { PollutionSourcePoint selectByMonitorPointId(Integer monitorPointId); }