liusheng
2024-06-21 ecda68f9ffbd4e0f01d3939550906f670b1e0482
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.common.utils.json;
 
 
import com.ruoyi.common.utils.http.HttpBody;
 
/**
 * Json格式的http请求body
*/
public interface JsonRequestBody extends HttpBody {
 
}