修改:data文件信息查询,增加getSlaveInfo字段,控制可不查tag和标签信息,默认查询
This commit is contained in:
@@ -14,4 +14,8 @@ public class GetFileBaseInfoReq {
|
||||
|
||||
@Schema(description = "节点UUID")
|
||||
private String uuid;
|
||||
|
||||
@Schema(description = "是否查询tag或者文件标签信息,默认都查")
|
||||
private boolean getSlaveInfo = true;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user