Helius
2020-12-22 1de8d61a544e889ef4a8ed86d438f55994216cd1
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();
}