935090232@qq.com
2020-12-02 48bef1c8e51a2d8ac9c10197e1b5f2a1457d8692
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();
}