后台资产展示代码

master
冷调 2024-08-29 14:30:43 +08:00
parent 05f95775d6
commit b8fa4d417c
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ public class DataSourceController extends BaseController {
// return Result.success();
// }
@PostMapping("/syncAssetStructure")
@Operation(summary = "同步数据源", description = "同步数据源")
public Result syncAssetStructure(@RequestBody DataSource dataSource){
Integer i = dataSourceService.syncAssetStructure(dataSource);
return Result.success(i);