xiaoyong931011
2021-03-16 c45db552e4593987248b7833fbe4985b6d80542d
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();
}