dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
pollution_sourc_point表相关代码
lizijie
2020-12-02
842148f960e3d5dc995c49ef42a6ce2b8f1d4e34
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
service
/
PollutioSourcePointService.java
1
2
3
4
5
6
7
package com.moral.service;
import com.moral.entity.PollutionSourcePoint;
public interface PollutioSourcePointService {
PollutionSourcePoint selectByMonitorPointId(Integer monitorPointId);
}