fix:文件下载跳过权限校验

This commit is contained in:
2026-03-19 20:51:49 +08:00
parent 4bceba3b4e
commit 85c3d2ff52
3 changed files with 86 additions and 14 deletions

View File

@@ -124,6 +124,9 @@ public class FileMetadataInfoResp extends BaseResp implements Serializable {
@Schema(description = "知识库名称")
private String knowledgeBaseName;
@Schema(description = "所有父级ID,包括文件本身id")
private String allParentIds;
private String approvalStatus;
private Integer approveType;
private String tempMetadata;