Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
9655178612fc9eb553490502cae34e667883afbc
Authored by
xp.Huang
2023-12-21 09:13:52 +0800
1 parent
4cddd70b
feat: 物模型增加枚举值
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
common/data/src/main/java/org/thingsboard/server/common/data/yunteng/enums/DataTypeEnum.java
common/data/src/main/java/org/thingsboard/server/common/data/yunteng/enums/DataTypeEnum.java
View file @
9655178
...
...
@@ -5,6 +5,7 @@ public enum DataTypeEnum {
5
5
BOOL
,
6
6
DOUBLE
,
7
7
TEXT
,
8
-
STRUCT
8
+
STRUCT
,
9
+
ENUM
9
10
10
11
}
...
...