package com.artfess.base.util;

public interface ContextThread {
	/**
	 * 清理线程变量
	 */
	void cleanAll();
}
