935090232@qq.com
2021-04-20 b58adf14617cd852296bec9e1ca57978741c9f0a
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();
}