jyy
2021-07-10 22a592a5ef3343e7a6ceac5991e2956b52dccd79
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();
}