xiaoyong931011
2021-03-16 f9fab7b4d668a5f77136d18f0fc7314b763206eb
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();
}