mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-22 12:09:19 +08:00
feat: #I3OHS6 新增动态API功能
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace OpenAuth.App.Request
|
||||
{
|
||||
public class QueryDynamicEntityReq
|
||||
{
|
||||
public string TableName { get; set; }
|
||||
|
||||
public string Id { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user