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

10 lines
118 B
C#
Raw Normal View History

2025-05-13 15:18:14 +08:00
using Utils.Web.Model;
namespace OpenAuth.App.Request
2024-11-13 09:19:06 +08:00
{
public class QueryAppListReq : PageReq
{
}
}