xiaoyong931011
2021-03-25 b02836d6cdcc2092eb6a864f52c90379e4d171b9
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();
}