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