jyy
2021-07-09 a56771e9b507c4e409094ba8f0e4488254c045f8
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();
}