Kairlec
2024-03-21 afed8161b1647710de281fa625e796b151cc55cd
1
2
3
4
5
package com.genersoft.iot.vmp.common;
 
public interface GeneralCallback<T>{
    void run(int code, String msg, T data);
}