1
jyy
2021-07-29 a907b1ee8b387defa748afe66502b4720d66ee0e
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();
}