fix:getFileBaseInfo 支持uuid

This commit is contained in:
2026-02-06 10:42:59 +08:00
parent 94f57c895e
commit 0d8fbb4dea
2 changed files with 28 additions and 2 deletions

View File

@@ -11,4 +11,7 @@ public class GetFileBaseInfoReq {
@Schema(description = "文件id")
private Long fileId;
@Schema(description = "节点UUID")
private String uuid;
}