jyy
2021-08-20 5f29f86819e170faaf0159f730d83ad19c8bd2a7
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();
}