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