jyy
2021-06-09 c520c2792c1a937590b1c3acb98f88476d30e56f
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();
}