jyy
2021-01-26 c62ecf74d20a4338632e454c4f270a739d3d69a1
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();
}