648540858
2023-12-06 92e5ed2e30126afc320ddf458c2653c4d41ef61d
1
2
3
4
5
6
package com.genersoft.iot.vmp.service.bean;
 
public interface ErrorCallback<T> {
 
    void run(int code, String msg, T data);
}