jyy
2021-08-02 28cfa033f4c9e7e8639d9acb8f3c75688a3e539d
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();
}