mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-29 10:49:38 +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; }
|
|
}
|
|
}
|