mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-10 23:58:02 +08:00
11 lines
205 B
C#
11 lines
205 B
C#
![]() |
namespace OpenAuth.App.Request
|
|||
|
{
|
|||
|
public class QueryCategoryListReq : PageReq
|
|||
|
{
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// TypeID
|
|||
|
/// </summary>
|
|||
|
public string TypeId { get; set; }
|
|||
|
}
|
|||
|
}
|