jyy
2021-04-06 7203c0843f54cf677ee5c0259bb2e26be54efb42
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();
}