xiaoyong931011
2021-03-09 28898d7621b8739e3edd935f96ab3086dc642fd5
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();
}