935090232@qq.com
2020-12-05 0a5277a24bce41ca6900d4176cbe30cde55d2be6
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();
}