xiaoyong931011
2021-04-28 443d98b6e7c96e0309e9520b4fb5c1197409cabe
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();
}