lizijie
2020-12-02 842148f960e3d5dc995c49ef42a6ce2b8f1d4e34
1
2
3
4
5
6
7
package com.moral.service;
 
import com.moral.entity.PollutionSourcePoint;
 
public interface PollutioSourcePointService {
    PollutionSourcePoint selectByMonitorPointId(Integer monitorPointId);
}