Monica视频监控处理程序
xc
2020-12-04 9c7818380fcf4f7e31d03addec3c2b15ee0803b5
1
2
3
4
5
6
package com.hbbh.adapter.manager;
 
public interface DataSource {
 
    void execute() throws Exception;
}