jyy
2021-09-17 a5144f17a240a91ae9203c795ec52816becbc731
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();
}