This commit is contained in:
yubaolee
2017-10-12 16:38:46 +08:00
parent 54eac35dbc
commit c617a3ecdb
20 changed files with 112 additions and 52 deletions

View File

@@ -0,0 +1,7 @@
namespace OpenAuth.App.Request
{
public class QueryUserListReq : PageReq
{
public string orgId { get; set; }
}
}