陈昶聿
2026-05-11 36bf25f295b11d6cbebd51473e9288e4afe23c86
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 {
 
}