This commit is contained in:
2019-03-18 17:10:52 +08:00
parent e057d613b9
commit 7ef48dfc3e
37 changed files with 827 additions and 258 deletions

View File

@@ -0,0 +1,16 @@
package net.tccn.meta;
import net.tccn.base.JBean;
import net.tccn.qtask.QTask;
/**
* Created by liangxianyou at 2019/3/7 16:13.
*/
public class MetaExecutor {
public JBean execute(Task task) {
return null;
}
}