Infrastructure/OpenAuth.App/ServiceApp/GoView/Request/MainPageReq.cs

6 lines
123 B
C#
Raw Normal View History

namespace OpenAuth.App.ServiceApp.GoView.Request;
2025-02-21 15:08:34 +08:00
public class MainPageReq
{
public string MainPage { get; set; }
}