知识库上传、分段
This commit is contained in:
@@ -97,6 +97,16 @@ public class TbAiUploadFile extends BaseDTO {
|
||||
* @description 错误信息
|
||||
*/
|
||||
private String errorMessage;
|
||||
|
||||
/**
|
||||
* @description 是否启用
|
||||
*/
|
||||
private Boolean enabled;
|
||||
|
||||
/**
|
||||
* @description 显示状态
|
||||
*/
|
||||
private String displayStatus;
|
||||
|
||||
public String getUserID() {
|
||||
return userID;
|
||||
@@ -233,6 +243,21 @@ public class TbAiUploadFile extends BaseDTO {
|
||||
public void setErrorMessage(String errorMessage) {
|
||||
this.errorMessage = errorMessage;
|
||||
}
|
||||
public Boolean getEnabled() {
|
||||
return enabled;
|
||||
}
|
||||
|
||||
public void setEnabled(Boolean enabled) {
|
||||
this.enabled = enabled;
|
||||
}
|
||||
|
||||
public String getDisplayStatus() {
|
||||
return displayStatus;
|
||||
}
|
||||
|
||||
public void setDisplayStatus(String displayStatus) {
|
||||
this.displayStatus = displayStatus;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
||||
Reference in New Issue
Block a user