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