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