wzy
2021-03-25 cf42d3c66ac21efa6138986ad68748402d6ab06e
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();
}