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