陈昶聿
2026-01-23 2a84c2668423b49aa8a53d5a090c96f93a90b96c
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 XmlRequestBody extends HttpBody {
 
}