package {{PACKAGE}};
import org.voovan.tools.TObject;
{{IMPORT}}
public class {{CLASSNAME}} {
    {{IMPORTFUNCTION}}
    public synchronized static Object execute(Object ... args) throws Exception{
        {{PREPAREARG}}
        {{CODE}}
    }
}