648540858
2024-06-11 2cf7178cb79dc59edede0caeea81b5d262618cca
1
2
3
4
5
package com.genersoft.iot.vmp.common;
 
public interface CommonCallback<T>{
    public void run(T t);
}