Iwan Lebron
2024-08-01 c7c94ee73d720859fcb202ef8068603ffd4f6954
1
2
3
4
5
package com.genersoft.iot.vmp.common;
 
public interface GeneralCallback<T>{
    void run(int code, String msg, T data);
}