648540858
2023-07-05 deeff5533b2dd30ab7b74ca83bee9a7b39faf1d9
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);
}