jyy
2021-04-13 3c46485b302f347211d32d4a872a0e4d84a32a1d
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();
}