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