935090232@qq.com
2021-05-08 6924e965ea3da70823f50f7285b50efab7205415
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();
}