增加外部数据源管理

This commit is contained in:
wintel
2025-03-13 00:31:22 +08:00
parent be1c79799d
commit 4dd882cf90
5 changed files with 449 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace OpenAuth.App.Request
{
public class QueryExternalDataSourceListReq : PageReq
{
}
}