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