完成外部数据源CRUD

This commit is contained in:
wintel
2025-03-15 00:38:08 +08:00
parent ee396146d3
commit 32e0ae1a6b
4 changed files with 35 additions and 5 deletions

View File

@@ -84,6 +84,17 @@ namespace OpenAuth.WebApi.Controllers
return await _app.Load(request);
}
/// <summary>
/// 获取数据库类型
/// </summary>
/// <returns></returns>
[HttpGet]
public TableData GetDbTypes()
{
return _app.GetDbTypes();
}
/// <summary>
/// 批量删除
/// </summary>