字典类型信息查询

master
冷调 2024-08-27 01:24:47 +08:00
parent 300176b988
commit d76e56815e
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ public class DataSourceServiceImpl extends ServiceImpl<DataSourceMapper, DataSou
.name(dataSource.getName())
.systemName(dataSource.getSystemName())
.databaseName(dataSource.getDatabaseName())
.type("dataSource")
.build();
//添加资产数据源结构 库
assetDataSourceService.save(build);