姜友瑶
2022-06-13 c80fa36ef5e9cfc48a368939e61c9e89a6b5ecc8
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();
}