Helius
2020-12-09 09169fe8853b8d7fa3f728d0da9b6bce7472d023
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();
}