Infrastructure/OpenAuth.App/BaseApp/AppManager/Request/QueryAppListReq.cs

8 lines
94 B
C#
Raw Normal View History

2024-11-13 09:19:06 +08:00
namespace OpenAuth.App.Request
{
public class QueryAppListReq : PageReq
{
}
}