935090232@qq.com
2021-11-30 19547c305c4c6495b2c795ea4260bb21a84e780b
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();
}