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