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