935090232@qq.com
2021-03-16 779c0046748d718f6f674cc8ad5a4e97493effef
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();
}