Helius
2021-04-19 6922917abd80d12a5d87cc2f8d0390c55694a95a
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();
}