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