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