mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
feat: #I3OHS6 新增动态API功能
This commit is contained in:
9
OpenAuth.App/DynamicApiApp/Request/DelDynamicReq.cs
Normal file
9
OpenAuth.App/DynamicApiApp/Request/DelDynamicReq.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace OpenAuth.App.Request
|
||||
{
|
||||
public class DelDynamicReq
|
||||
{
|
||||
public string TableName { get; set; }
|
||||
|
||||
public string[] Ids { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user