935090232@qq.com
2020-12-02 2042a109a9ea1af744968d2735da91ab7246f446
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();
}