mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-17 01:46:30 +08:00
10 lines
173 B
C#
10 lines
173 B
C#
![]() |
namespace OpenAuth.App.Request
|
||
|
{
|
||
|
public class QueryDynamicEntityReq
|
||
|
{
|
||
|
public string TableName { get; set; }
|
||
|
|
||
|
public string Id { get; set; }
|
||
|
}
|
||
|
}
|