1
jyy
2021-07-28 a9e6d28afd04a92f0830dcc3557d73f48534ec4a
1
2
3
4
5
6
7
8
package com.matrix.core.tools.rr;
 
import com.matrix.core.pojo.AjaxResult;
 
public interface GroovyRunable {
 
    public AjaxResult run();
}