648540858
2021-11-17 2f108a46d05e34981d52b447d73f0cfd8e8c30fd
1
2
3
4
5
package com.genersoft.iot.vmp.onvif.dto;
 
public interface ONVIFCallBack<T> {
    void run(int errorCode, T t);
}