jyy
2021-03-12 a5150265e33e493efd96f8c43f3c46088fe92b55
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();
}