스크립트 기능 추가
This commit is contained in:
@@ -43,6 +43,9 @@ public class ApiInfo implements Serializable {
|
||||
@Column(length = 10)
|
||||
private String method;
|
||||
|
||||
@Column(length = 500)
|
||||
private String scriptName;
|
||||
|
||||
@Column(length = 50)
|
||||
private String responseContentType;
|
||||
|
||||
@@ -181,6 +184,14 @@ public class ApiInfo implements Serializable {
|
||||
this.syntaxResponseBody2 = syntaxResponseBody2;
|
||||
}
|
||||
|
||||
public String getScriptName() {
|
||||
return scriptName;
|
||||
}
|
||||
|
||||
public void setScriptName(String scriptName) {
|
||||
this.scriptName = scriptName;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "ApiInfo{" + "id=" + id + ", apiGroupName='" + apiGroupName + '\'' + ", apiName='" + apiName + '\''
|
||||
|
||||
Reference in New Issue
Block a user