jyy
2021-01-20 6a34e239e8cd26c74e3d51860d14ebfe87999d97
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();
}