935090232@qq.com
2021-01-08 5b5ec989e0f0a92a4aa08fa27e65687338218972
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();
}