zhs
7 天以前 babb070a354a8ecf1473ff882e0dc8735ab59912
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 {
 
}