(improvement)(headless) metric list support filter by hasCollect (#613)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2024-01-10 14:12:39 +08:00
committed by GitHub
parent 61da52650c
commit 9c8039c499
2 changed files with 7 additions and 3 deletions

View File

@@ -18,4 +18,5 @@ public class PageSchemaItemReq extends PageBaseReq {
private Integer status;
private String key;
private List<Long> ids;
private boolean hasCollect;
}