Helius
2020-12-25 8aebedf8bf403a7f3d337100831232c3b74e3563
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();
}