Commit 8468bffd authored by yanzg's avatar yanzg

压缩处理

parent 2b6017cc
package com.yanzuoguang.util.thread;
import com.yanzuoguang.util.vo.ResponseResult;
/**
* 执行字符串
*/
public interface RunnableData<T extends Object> {
/**
* 执行函数
*
* @param data 需要执行的命令
* @return 返回值
*/
ResponseResult<T> run(Object data);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment