refactor(llm): 更新文件状态字典引用
- 将文件状态字典从 'llm_file_status' 修改为 'knowledge_file_state' - 保持其他代码结构不变,仅更新字典引用
This commit is contained in:
parent
7b19c298ee
commit
1f9603fc65
@ -41,7 +41,7 @@ public class KnowledgeDocumentsDO extends BaseDO {
|
||||
*/
|
||||
private String fileUrl;
|
||||
/**
|
||||
* 文件状态,使用字典(llm_file_status)
|
||||
* 文件状态,使用字典(knowledge_file_state)
|
||||
*/
|
||||
private Integer status;
|
||||
/**
|
||||
@ -49,4 +49,4 @@ public class KnowledgeDocumentsDO extends BaseDO {
|
||||
*/
|
||||
private Long fileId;
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user