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
ed43d3ddeb34a262346a0755ffe663f103318921
Authored by
xp.Huang
2023-06-14 10:14:44 +0800
1 parent
d088e03a
feat: 组态增加sourceOption拓展新组件,V1.1.2将重构组态功能,便于组件扩展
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
common/data/src/main/java/org/thingsboard/server/common/data/yunteng/dto/ConfigurationDatasourceStatusDTO.java
common/data/src/main/java/org/thingsboard/server/common/data/yunteng/dto/ConfigurationDatasourceStatusDTO.java
View file @
ed43d3d
...
...
@@ -50,4 +50,7 @@ public class ConfigurationDatasourceStatusDTO implements Serializable {
50
50
51
51
@ApiModelProperty
(
value
=
"数据源高级配置说明"
)
52
52
private
JsonNode
additional
;
53
+
54
+
@ApiModelProperty
(
value
=
"数据源配置选项"
)
55
+
private
JsonNode
sourceOption
;
53
56
}
...
...