All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wichell.framework.interceptor.LogRequest Maven / Gradle / Ivy

The newest version!
package com.wichell.framework.interceptor;

public interface LogRequest {
	/**   
	 * @Title: getRequestId   
	 * @Description: TODO(这里用一句话描述这个方法的作用)   
	 * @param: @return      
	 * @return: String      
	 * @throws   
	 */
	String getRequestId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy