xiaoyong931011
2021-08-12 3895d2c29f62f44d6e154e0055a648e34e0b3470
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();
}