datatype 변경
This commit is contained in:
@@ -28,10 +28,13 @@ public class ApiRequestInfo {
|
|||||||
|
|
||||||
private String path;
|
private String path;
|
||||||
|
|
||||||
|
@Lob
|
||||||
private String headers;
|
private String headers;
|
||||||
|
|
||||||
|
@Lob
|
||||||
private String queryParams;
|
private String queryParams;
|
||||||
|
|
||||||
|
@Lob
|
||||||
private String requestBody;
|
private String requestBody;
|
||||||
|
|
||||||
public String getName() {
|
public String getName() {
|
||||||
|
|||||||
Reference in New Issue
Block a user