dashboard
repositories
filestore
activity
search
login
main
/
adapter
Monica视频监控处理程序
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
文档补充
xc
2020-12-04
9c7818380fcf4f7e31d03addec3c2b15ee0803b5
[adapter.git]
/
src
/
main
/
java
/
com
/
hbbh
/
adapter
/
manager
/
DataSource.java
1
2
3
4
5
6
package com.hbbh.adapter.manager;
public interface DataSource {
void execute() throws Exception;
}