935090232@qq.com
2021-11-30 df4e5be0eafc7d67d31f40d9cf08ac3d37975811
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();
}