opt createCollectionIndicators for wrong id and opt TagDefineType (#780)

This commit is contained in:
daikon
2024-03-05 19:52:21 +08:00
committed by GitHub
parent b8ecfc6a99
commit c97f567cd8
6 changed files with 15 additions and 11 deletions

View File

@@ -9,6 +9,6 @@ public enum TypeEnums {
ENTITY,
DATASET,
MODEL,
UNKNOWN;
UNKNOWN
}