fengling-auth-service/ViewModels/DashboardViewModel.cs
2026-02-03 15:30:12 +08:00

8 lines
161 B
C#

namespace Fengling.AuthService.ViewModels;
public class DashboardViewModel
{
public string? Username { get; set; }
public string? Email { get; set; }
}