namespace OpenAuth.App.Request { public class QueryDynamicEntityReq { public string TableName { get; set; } public string Id { get; set; } } }