liusheng
2025-08-26 1be48553ad7b1994ed6f7d0d868f0ef7ba8a67af
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 JsonResponseBody extends HttpBody {
 
}