移除无用类

This commit is contained in:
lin
2025-03-19 14:11:05 +08:00
parent c770b0c217
commit 1e98f1df65

View File

@@ -1,5 +0,0 @@
package com.genersoft.iot.vmp.common;
public interface GeneralCallback<T>{
void run(int code, String msg, T data);
}