wzy
2020-12-13 51fe82a1e87a224202a8b313ce943e3b041ed216
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();
}