935090232@qq.com
2021-06-03 10f78f85875f539590a757f7c17992c6c0ae0773
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();
}