jyy
2021-06-19 e522e4d40451b4e46ec79b3d8a3891899196f14f
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();
}