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