feat: #I3OHS6 新增动态API功能

This commit is contained in:
wintel
2025-03-30 16:50:46 +08:00
parent e7d4155b6d
commit 875b1d1c21
7 changed files with 330 additions and 245 deletions

View File

@@ -0,0 +1,9 @@
namespace OpenAuth.App.Request
{
public class DelDynamicReq
{
public string TableName { get; set; }
public string[] Ids { get; set; }
}
}