xiaoyong931011
2021-04-13 9fb0b7d623078e90747ac4a64283f29d4b4d51d6
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();
}