Helius
2021-11-08 9d1fa7183a25cbef2c6de82fd1f75da4f2353173
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();
}