jyy
2021-06-09 050a6e05bf85df074d24e9f5e06cc0d618019ccc
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();
}