jyy
2021-07-11 f612f136d6e5e1fd0303c37a7a001e87056d1c72
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();
}