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