Helius
2021-01-26 34bd9d503b4701f51a1e0c44710e4db91b1384ae
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();
}