wzy
2020-12-20 f566ae4f6ef0e3aaccc57db07855942340aed657
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();
}