修改:data文件信息查询,增加getSlaveInfo字段,控制可不查tag和标签信息,默认查询

This commit is contained in:
2026-03-27 14:45:47 +08:00
parent 4d22f187c5
commit 0700ac1a7c
3 changed files with 14 additions and 6 deletions

View File

@@ -14,4 +14,8 @@ public class GetFileBaseInfoReq {
@Schema(description = "节点UUID")
private String uuid;
@Schema(description = "是否查询tag或者文件标签信息,默认都查")
private boolean getSlaveInfo = true;
}