refactor(llm): 更新文件状态字典引用

- 将文件状态字典从 'llm_file_status' 修改为 'knowledge_file_state'
- 保持其他代码结构不变,仅更新字典引用
This commit is contained in:
Liuyang 2025-02-12 10:47:04 +08:00
parent 7b19c298ee
commit 1f9603fc65

View File

@ -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;
}
}