Helius
2021-01-12 b8e2c0dee6ae4520a2e0e783b416825d872c8f9e
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();
}