li-guang
2021-04-07 8cb1299820f8e6b01906ca8b148be9d355c4979b
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();
}