知识库历史文件
This commit is contained in:
@@ -162,10 +162,10 @@ public interface KnowledgeService {
|
||||
/**
|
||||
* @description 获取文件历史版本
|
||||
* @param fileRootId 文件根ID
|
||||
* @return ResultDomain<TbKnowledgeFile> 文件历史版本列表
|
||||
* @return ResultDomain<KnowledgeFileVO> 文件历史版本列表(dataList)
|
||||
* @author yslg
|
||||
* @since 2025-12-18
|
||||
*/
|
||||
ResultDomain<TbKnowledgeFile> getKnowledgeFileHistory(String fileRootId);
|
||||
ResultDomain<KnowledgeFileVO> getKnowledgeFileHistory(String fileRootId);
|
||||
|
||||
}
|
||||
|
||||
@@ -57,4 +57,7 @@ public class KnowledgeFileVO extends BaseVO {
|
||||
|
||||
@Schema(description = "文件MD5值")
|
||||
private String fileMd5Hash;
|
||||
|
||||
@Schema(description = "上传人员名称")
|
||||
private String uploaderName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user