jyy
2021-01-26 c0ecc9606db912268b8c7eeeeb3e55c986e564f4
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();
}