mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-06-24 01:12:06 +08:00
8 lines
136 B
C#
8 lines
136 B
C#
namespace OpenAuth.App.Request
|
|
{
|
|
public class QueryUserListReq : PageReq
|
|
{
|
|
public string orgId { get; set; }
|
|
}
|
|
}
|