fix:getFileBaseInfo 支持uuid
This commit is contained in:
@@ -11,4 +11,7 @@ public class GetFileBaseInfoReq {
|
||||
|
||||
@Schema(description = "文件id")
|
||||
private Long fileId;
|
||||
|
||||
@Schema(description = "节点UUID")
|
||||
private String uuid;
|
||||
}
|
||||
Reference in New Issue
Block a user