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