Helius
2021-01-21 a27768e7b484cc20bf0dcdb699318ae9725e0dd8
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();
}