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