Tag model opt (#784)

This commit is contained in:
daikon
2024-03-05 20:04:17 +08:00
committed by GitHub
parent c97f567cd8
commit 0b9bfebacc
4 changed files with 73 additions and 24 deletions

View File

@@ -4,5 +4,6 @@ public enum TagDefineType {
FIELD,
DIMENSION,
METRIC,
TAG
}

View File

@@ -12,8 +12,14 @@ import lombok.ToString;
@ToString(callSuper = true)
public class TagResp extends SchemaItem {
private Long domainId;
private String domainName;
private Long modelId;
private String modelName;
private String type;
private Boolean isCollect;