mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 10:54:46 +08:00
8 lines
132 B
C#
8 lines
132 B
C#
|
|
namespace OpenAuth.App.Request
|
|||
|
|
{
|
|||
|
|
public class IdPageReq :PageReq
|
|||
|
|
{
|
|||
|
|
public string id { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|