Helius
2022-03-03 cf9bfc85093d4b7e5573422b8fd1a55c459b0d34
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();
}