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