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