(improvement)(semantic) Support dimension search by tag or not (#413)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2023-11-21 22:06:36 +08:00
committed by GitHub
parent f917defea8
commit 6763ea0f7b
4 changed files with 9 additions and 2 deletions

View File

@@ -7,5 +7,6 @@ import lombok.Data;
@Data
public class PageDimensionReq extends PageSchemaItemReq {
private Integer isTag;
}