角色板块

This commit is contained in:
yubao
2017-12-14 20:36:56 +08:00
parent a54c005635
commit f212043917
9 changed files with 467 additions and 52 deletions

View File

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