935090232@qq.com
2022-03-07 63ba1d6a77860f0c4e6e49a59577a7eb0cfbbe02
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();
}