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:
10
OpenAuth.App/DynamicApiApp/Request/QueryDynamicListReq.cs
Normal file
10
OpenAuth.App/DynamicApiApp/Request/QueryDynamicListReq.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace OpenAuth.App.Request
|
||||
{
|
||||
public class QueryDynamicListReq: PageReq
|
||||
{
|
||||
/// <summary>
|
||||
/// 表名
|
||||
/// </summary>
|
||||
public string TableName { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user