liusheng
2026-04-19 2b4d71f36f7aa8215cd5a7b667ee983f0f6dd77a
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.common.utils.xml;
 
import com.ruoyi.common.utils.http.HttpBody;
 
/**
 * xml格式的http响应体
*/
public interface XmlResponseBody extends HttpBody {
 
}