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