lanlingxian_ziranziyuanhegu.../OpenAuth.App/BaseApp/RoleManager/Request/QueryRoleListReq.cs

7 lines
94 B
C#
Raw Normal View History

2025-05-19 14:01:14 +08:00
namespace OpenAuth.App.Request
{
public class QueryRoleListReq : PageReq
{
}
}