package com.matrix.core.tools.rr; import com.matrix.core.pojo.AjaxResult; public interface GroovyRunable { public AjaxResult run(); }