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