jyy
2021-01-25 b265b9fc41cd9de5bd36c76ec02578e1075de1d1
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();
}